diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-24 00:55:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-24 00:55:57 +0000 |
commit | ed957f7c84156e435a73fa465edd1348b46a8c7e (patch) | |
tree | d039fada28c5567a0be84022bf2dbcd7874dd7d9 /target/linux | |
parent | 43962ee2af338abba465750e53f2b05ea547306e (diff) | |
download | upstream-ed957f7c84156e435a73fa465edd1348b46a8c7e.tar.gz upstream-ed957f7c84156e435a73fa465edd1348b46a8c7e.tar.bz2 upstream-ed957f7c84156e435a73fa465edd1348b46a8c7e.zip |
enable NF_CONNTRACK_PROCFS for Linux 3.3, required for /proc/net/nf_conntrack (#11339)
SVN-Revision: 31454
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index fca2eece8d..a1ec9edf26 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -1851,7 +1851,7 @@ CONFIG_NFS_V3=y # CONFIG_NF_CONNTRACK_MARK is not set # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set -# CONFIG_NF_CONNTRACK_PROCFS is not set +CONFIG_NF_CONNTRACK_PROCFS=y # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set # CONFIG_NF_CONNTRACK_RTSP is not set # CONFIG_NF_CONNTRACK_SANE is not set |