mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
fix ipset patch to have headers installed when using 'make -C $(KDIR) headers_install'
SVN-Revision: 13348
This commit is contained in:
parent
752054346a
commit
2d95d29bfd
@ -1,3 +1,20 @@
|
|||||||
|
--- a/include/linux/netfilter_ipv4/Kbuild
|
||||||
|
+++ b/include/linux/netfilter_ipv4/Kbuild
|
||||||
|
@@ -59,3 +59,14 @@
|
||||||
|
unifdef-y += ip_nat_rule.h
|
||||||
|
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
|
||||||
Index: linux-2.6.21.7/include/linux/netfilter_ipv4/ip_set.h
|
Index: linux-2.6.21.7/include/linux/netfilter_ipv4/ip_set.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
|
@ -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
|
--- /dev/null
|
||||||
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
||||||
@@ -0,0 +1,498 @@
|
@@ -0,0 +1,498 @@
|
||||||
|
@ -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
|
--- /dev/null
|
||||||
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
||||||
@@ -0,0 +1,498 @@
|
@@ -0,0 +1,498 @@
|
||||||
|
@ -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
|
--- /dev/null
|
||||||
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
||||||
@@ -0,0 +1,498 @@
|
@@ -0,0 +1,498 @@
|
||||||
|
@ -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
|
--- /dev/null
|
||||||
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
||||||
@@ -0,0 +1,498 @@
|
@@ -0,0 +1,498 @@
|
||||||
|
@ -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
|
--- /dev/null
|
||||||
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
+++ b/include/linux/netfilter_ipv4/ip_set.h
|
||||||
@@ -0,0 +1,498 @@
|
@@ -0,0 +1,498 @@
|
||||||
|
Loading…
Reference in New Issue
Block a user