diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 22:00:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-15 22:00:03 +0000 |
commit | 52b3cfc7fa5ab550d83ea57ba1e6e4aa457dece8 (patch) | |
tree | ead8a835a8f31faa9ee673d20f11caabdfb60963 /target/linux/generic | |
parent | 4dea1785f33d67609a68a86b13f28044fc2d774f (diff) |
kernel: add a missing config symbol for 3.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34710 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-3.7 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7 index 833728563..b57251516 100644 --- a/target/linux/generic/config-3.7 +++ b/target/linux/generic/config-3.7 @@ -2020,6 +2020,7 @@ CONFIG_NF_CONNTRACK_PROCFS=y # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set CONFIG_NF_NAT_IPV4=m +# CONFIG_NF_NAT_IPV6 is not set # CONFIG_NF_NAT_IRC is not set # CONFIG_NF_NAT_NEEDED is not set # CONFIG_NF_NAT_PPTP is not set |