summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-21 16:32:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-21 16:32:20 +0000
commitb665885f4ddbd40a7610344b9f0251eb2595c928 (patch)
treec82c983351e0b98a605091eb0610eb6a111cc557 /target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch
parent0c51cabddd065dc0f0e4ad77ae34ad806a10dc06 (diff)
remove the netfilter time patch from 2.6.28 as it duplicates functionality that is already in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14597 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch
index d1575e716..d3e65f78b 100644
--- a/target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.28/150-netfilter_imq.patch
@@ -774,7 +774,7 @@
+MODULE_LICENSE("GPL");
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
-@@ -127,6 +127,17 @@ config IP_NF_FILTER
+@@ -112,6 +112,17 @@ config IP_NF_FILTER
To compile it as a module, choose M here. If unsure, say N.
@@ -794,7 +794,7 @@
depends on IP_NF_FILTER
--- a/net/ipv4/netfilter/Makefile
+++ b/net/ipv4/netfilter/Makefile
-@@ -59,6 +59,7 @@ obj-$(CONFIG_IP_NF_MATCH_TIME) += ipt_ti
+@@ -58,6 +58,7 @@ obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set
obj-$(CONFIG_IP_NF_TARGET_CLUSTERIP) += ipt_CLUSTERIP.o
obj-$(CONFIG_IP_NF_TARGET_ECN) += ipt_ECN.o
obj-$(CONFIG_IP_NF_TARGET_LOG) += ipt_LOG.o