From 2ba09342d101772ae8083966d80e1ca9d8cbb5b3 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 2 Dec 2008 10:54:13 +0000 Subject: fix chaostables patch to have headers installed when using 'make -C $(KDIR) headers_install' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13465 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.26/170-netfilter_chaostables_0.8.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/generic-2.6/patches-2.6.26') diff --git a/target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch b/target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch index 6357f6df9..3d100d043 100644 --- a/target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch +++ b/target/linux/generic-2.6/patches-2.6.26/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 @@ -- cgit v1.2.3