summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.25
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-12-02 10:54:13 +0000
committerNicolas Thill <nico@openwrt.org>2008-12-02 10:54:13 +0000
commit8b76a991364fd6625d7768c7a10c320191406b3f (patch)
tree60604e8f819109262acf462ff9f89b17d4dcf7da /target/linux/generic-2.6/patches-2.6.25
parentb0f6f4e8622dc796e37ceadb9d95c9364f798f5c (diff)
downloadmaster-31e0f0ae-8b76a991364fd6625d7768c7a10c320191406b3f.tar.gz
master-31e0f0ae-8b76a991364fd6625d7768c7a10c320191406b3f.tar.bz2
master-31e0f0ae-8b76a991364fd6625d7768c7a10c320191406b3f.zip
fix chaostables patch to have headers installed when using 'make -C $(KDIR) headers_install'
SVN-Revision: 13465
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.25')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/170-netfilter_chaostables_0.8.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/170-netfilter_chaostables_0.8.patch b/target/linux/generic-2.6/patches-2.6.25/170-netfilter_chaostables_0.8.patch
index 361697c9e7..0d1fb57739 100644
--- a/target/linux/generic-2.6/patches-2.6.25/170-netfilter_chaostables_0.8.patch
+++ b/target/linux/generic-2.6/patches-2.6.25/170-netfilter_chaostables_0.8.patch
@@ -1,3 +1,13 @@
+--- a/include/linux/netfilter/Kbuild
++++ b/include/linux/netfilter/Kbuild
+@@ -3,6 +3,7 @@
+ header-y += nfnetlink_conntrack.h
+ header-y += nfnetlink_log.h
+ header-y += nfnetlink_queue.h
++header-y += xt_CHAOS.h
+ header-y += xt_CLASSIFY.h
+ header-y += xt_CONNMARK.h
+ header-y += xt_CONNSECMARK.h
--- /dev/null
+++ b/include/linux/netfilter/oot_conntrack.h
@@ -0,0 +1,5 @@