X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.28%2F140-netfilter_time.patch;h=56b1de379ab3b148bf9448683b390d67632c362e;hp=e377ca72a16a124575ccf4af97201ba56685d7cb;hb=7cedc59beb2e189f0159a66d3e5957cc1d7c4c03;hpb=f23d0b2627d60baa83813b5ebf10147a33534377 diff --git a/target/linux/generic-2.6/patches-2.6.28/140-netfilter_time.patch b/target/linux/generic-2.6/patches-2.6.28/140-netfilter_time.patch index e377ca72a1..56b1de379a 100644 --- a/target/linux/generic-2.6/patches-2.6.28/140-netfilter_time.patch +++ b/target/linux/generic-2.6/patches-2.6.28/140-netfilter_time.patch @@ -204,11 +204,10 @@ +} --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig -@@ -70,6 +70,22 @@ config IP_NF_MATCH_IPP2P - help - Module for matching traffic of various Peer-to-Peer applications +@@ -92,6 +92,21 @@ config IP_NF_MATCH_ECN + + To compile it as a module, choose M here. If unsure, say N. -+ +config IP_NF_MATCH_TIME + tristate 'TIME match support' + depends on NETFILTER_ADVANCED @@ -224,8 +223,8 @@ + Documentation/modules.txt. If unsure, say `N'. + + - config IP_NF_MATCH_ADDRTYPE - tristate '"addrtype" address type match support' + config IP_NF_MATCH_TTL + tristate '"ttl" match support' depends on NETFILTER_ADVANCED --- a/net/ipv4/netfilter/Makefile +++ b/net/ipv4/netfilter/Makefile @@ -235,5 +234,5 @@ obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o +obj-$(CONFIG_IP_NF_MATCH_TIME) += ipt_time.o - obj-$(CONFIG_IP_NF_MATCH_IPP2P) += ipt_ipp2p.o - + # targets + obj-$(CONFIG_IP_NF_TARGET_CLUSTERIP) += ipt_CLUSTERIP.o