diff --git a/release/src-rt-6.x.4708/linux/linux-2.6.36/config_base b/release/src-rt-6.x.4708/linux/linux-2.6.36/config_base index d4c29df66b..af5dcdd507 100644 --- a/release/src-rt-6.x.4708/linux/linux-2.6.36/config_base +++ b/release/src-rt-6.x.4708/linux/linux-2.6.36/config_base @@ -573,7 +573,7 @@ CONFIG_NETFILTER_XT_MATCH_LAYER7=m # # Xtables matches # -# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y @@ -641,7 +641,6 @@ CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_CONNTRACK_PROC_COMPAT=y # CONFIG_IP_NF_QUEUE is not set CONFIG_IP_NF_IPTABLES=y -CONFIG_IP_NF_MATCH_ADDRTYPE=y CONFIG_IP_NF_MATCH_TOS=m CONFIG_IP_NF_MATCH_TIME=m # CONFIG_IP_NF_MATCH_AH is not set diff --git a/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig b/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig index d893c75fa4..f235394e13 100644 --- a/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig +++ b/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig @@ -64,16 +64,6 @@ config IP_NF_IPTABLES if IP_NF_IPTABLES # The matches. -config IP_NF_MATCH_ADDRTYPE - tristate '"addrtype" address type match support' - depends on NETFILTER_ADVANCED - help - This option allows you to match what routing thinks of an address, - eg. UNICAST, LOCAL, BROADCAST, ... - - If you want to compile it as a module, say M here and read - . If unsure, say `N'. - config IP_NF_MATCH_TOS tristate "TOS match support" depends on IP_NF_IPTABLES diff --git a/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/config_base b/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/config_base index ee2600c438..be82d19ec8 100644 --- a/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/config_base +++ b/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/config_base @@ -583,7 +583,7 @@ CONFIG_NETFILTER_XT_MATCH_LAYER7=m # # Xtables matches # -# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y @@ -649,7 +649,6 @@ CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_CONNTRACK_PROC_COMPAT=y # CONFIG_IP_NF_QUEUE is not set CONFIG_IP_NF_IPTABLES=y -CONFIG_IP_NF_MATCH_ADDRTYPE=y CONFIG_IP_NF_MATCH_TOS=m CONFIG_IP_NF_MATCH_TIME=m # CONFIG_IP_NF_MATCH_AH is not set diff --git a/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig b/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig index d893c75fa4..f235394e13 100644 --- a/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig +++ b/release/src-rt-7.14.114.x/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig @@ -64,16 +64,6 @@ config IP_NF_IPTABLES if IP_NF_IPTABLES # The matches. -config IP_NF_MATCH_ADDRTYPE - tristate '"addrtype" address type match support' - depends on NETFILTER_ADVANCED - help - This option allows you to match what routing thinks of an address, - eg. UNICAST, LOCAL, BROADCAST, ... - - If you want to compile it as a module, say M here and read - . If unsure, say `N'. - config IP_NF_MATCH_TOS tristate "TOS match support" depends on IP_NF_IPTABLES diff --git a/release/src-rt-7.x.main/src/linux/linux-2.6.36/config_base b/release/src-rt-7.x.main/src/linux/linux-2.6.36/config_base index ff89e60c5c..da319ae743 100644 --- a/release/src-rt-7.x.main/src/linux/linux-2.6.36/config_base +++ b/release/src-rt-7.x.main/src/linux/linux-2.6.36/config_base @@ -575,7 +575,7 @@ CONFIG_NETFILTER_XT_MATCH_LAYER7=m # # Xtables matches # -# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y @@ -641,7 +641,6 @@ CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_CONNTRACK_PROC_COMPAT=y # CONFIG_IP_NF_QUEUE is not set CONFIG_IP_NF_IPTABLES=y -CONFIG_IP_NF_MATCH_ADDRTYPE=y CONFIG_IP_NF_MATCH_TOS=m CONFIG_IP_NF_MATCH_TIME=m # CONFIG_IP_NF_MATCH_AH is not set diff --git a/release/src-rt-7.x.main/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig b/release/src-rt-7.x.main/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig index d893c75fa4..f235394e13 100644 --- a/release/src-rt-7.x.main/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig +++ b/release/src-rt-7.x.main/src/linux/linux-2.6.36/net/ipv4/netfilter/Kconfig @@ -64,16 +64,6 @@ config IP_NF_IPTABLES if IP_NF_IPTABLES # The matches. -config IP_NF_MATCH_ADDRTYPE - tristate '"addrtype" address type match support' - depends on NETFILTER_ADVANCED - help - This option allows you to match what routing thinks of an address, - eg. UNICAST, LOCAL, BROADCAST, ... - - If you want to compile it as a module, say M here and read - . If unsure, say `N'. - config IP_NF_MATCH_TOS tristate "TOS match support" depends on IP_NF_IPTABLES