diff options
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/170-netfilter_chaostables_0.8.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/170-netfilter_chaostables_0.8.patch b/target/linux/generic-2.6/patches-2.6.27/170-netfilter_chaostables_0.8.patch index b1204a7760..0275317c25 100644 --- a/target/linux/generic-2.6/patches-2.6.27/170-netfilter_chaostables_0.8.patch +++ b/target/linux/generic-2.6/patches-2.6.27/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 @@ |