diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-11-25 15:57:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-11-25 15:57:34 +0000 |
commit | 1004fcf830718fcff2f13dc6e95f9da692922b1c (patch) | |
tree | e0b41effe1b6d2a720a6d8e9ec6d50e2d8025562 /target/linux/generic-2.6/patches-2.6.26 | |
parent | 83c1bc5ae225809d75daf2514475cef92aba51bb (diff) | |
download | upstream-1004fcf830718fcff2f13dc6e95f9da692922b1c.tar.gz upstream-1004fcf830718fcff2f13dc6e95f9da692922b1c.tar.bz2 upstream-1004fcf830718fcff2f13dc6e95f9da692922b1c.zip |
fix ipset patch to have headers installed when using 'make -C $(KDIR) headers_install'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/130-netfilter_ipset.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/130-netfilter_ipset.patch b/target/linux/generic-2.6/patches-2.6.26/130-netfilter_ipset.patch index 5f5ef6843a..c488a35d89 100644 --- a/target/linux/generic-2.6/patches-2.6.26/130-netfilter_ipset.patch +++ b/target/linux/generic-2.6/patches-2.6.26/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 @@ |