summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.0
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-12 00:09:23 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-12 00:09:23 +0000
commitd4b1ee15d13e5bd58482f1bc2429d87a133e5ca9 (patch)
tree6004377868d301ec7900bdd49ba12a7ef32115e6 /target/linux/generic/patches-3.0
parent6eda38a432f1149a8f9db2a12411cc955a6da881 (diff)
[generic] expose CONFIG_NETFILTER_NETLINK for external kmods
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30894 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.0')
-rw-r--r--target/linux/generic/patches-3.0/258-netfilter_netlink_kconfig_hack.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.0/258-netfilter_netlink_kconfig_hack.patch b/target/linux/generic/patches-3.0/258-netfilter_netlink_kconfig_hack.patch
new file mode 100644
index 000000000..d990f7043
--- /dev/null
+++ b/target/linux/generic/patches-3.0/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"