aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-03-12 00:09:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-03-12 00:09:23 +0000
commit2dedd94d66507b8a60f7ac689f0f91eb4cacb7ed (patch)
tree1dcacf7da74c91b66fc3c92bba2b31da10af60d3 /target/linux/generic/patches-3.2
parent05d3f559f527cf21573723ee73afbd3762170063 (diff)
downloadupstream-2dedd94d66507b8a60f7ac689f0f91eb4cacb7ed.tar.gz
upstream-2dedd94d66507b8a60f7ac689f0f91eb4cacb7ed.tar.bz2
upstream-2dedd94d66507b8a60f7ac689f0f91eb4cacb7ed.zip
expose CONFIG_NETFILTER_NETLINK for external kmods
SVN-Revision: 30894
Diffstat (limited to 'target/linux/generic/patches-3.2')
-rw-r--r--target/linux/generic/patches-3.2/258-netfilter_netlink_kconfig_hack.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.2/258-netfilter_netlink_kconfig_hack.patch b/target/linux/generic/patches-3.2/258-netfilter_netlink_kconfig_hack.patch
new file mode 100644
index 0000000000..d990f70436
--- /dev/null
+++ b/target/linux/generic/patches-3.2/258-netfilter_netlink_kconfig_hack.patch
@@ -0,0 +1,11 @@
+--- a/net/netfilter/Kconfig
++++ b/net/netfilter/Kconfig
+@@ -2,7 +2,7 @@ menu "Core Netfilter Configuration"
+ depends on NET && INET && NETFILTER
+
+ config NETFILTER_NETLINK
+- tristate
++ tristate "Netfilter NFNETLINK interface"
+
+ config NETFILTER_NETLINK_QUEUE
+ tristate "Netfilter NFQUEUE over NFNETLINK interface"