aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-11-25 15:57:34 +0000
committerNicolas Thill <nico@openwrt.org>2008-11-25 15:57:34 +0000
commit2d95d29bfd98f5323cd8fb768139f2238fcee84f (patch)
treed7f2370e2a41eab89dc38f0ea2971f79514558fb /target/linux/generic-2.6/patches-2.6.25
parent752054346a77d3922642ed771d1dc270d335a6cb (diff)
downloadupstream-2d95d29bfd98f5323cd8fb768139f2238fcee84f.tar.gz
upstream-2d95d29bfd98f5323cd8fb768139f2238fcee84f.tar.bz2
upstream-2d95d29bfd98f5323cd8fb768139f2238fcee84f.zip
fix ipset patch to have headers installed when using 'make -C $(KDIR) headers_install'
SVN-Revision: 13348
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/130-netfilter_ipset.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/130-netfilter_ipset.patch b/target/linux/generic-2.6/patches-2.6.25/130-netfilter_ipset.patch
index 10cd1b9628..0dc56a8098 100644
--- a/target/linux/generic-2.6/patches-2.6.25/130-netfilter_ipset.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/130-netfilter_ipset.patch
@@ -1,3 +1,20 @@
+--- a/include/linux/netfilter_ipv4/Kbuild
++++ b/include/linux/netfilter_ipv4/Kbuild
+@@ -45,3 +45,14 @@
+
+ unifdef-y += ip_queue.h
+ unifdef-y += ip_tables.h
++
++unifdef-y += ip_set.h
++header-y += ip_set_iphash.h
++header-y += ip_set_ipmap.h
++header-y += ip_set_ipporthash.h
++unifdef-y += ip_set_iptree.h
++unifdef-y += ip_set_iptreemap.h
++header-y += ip_set_jhash.h
++header-y += ip_set_macipmap.h
++unifdef-y += ip_set_nethash.h
++header-y += ip_set_portmap.h
--- /dev/null
+++ b/include/linux/netfilter_ipv4/ip_set.h
@@ -0,0 +1,498 @@