diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-12-15 22:00:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-12-15 22:00:03 +0000 |
commit | 09d2950a8c51442156c02f3a320baef106fe2c8b (patch) | |
tree | ead8a835a8f31faa9ee673d20f11caabdfb60963 /target | |
parent | 5f136d1d2bbe56f344c21a7fd33dd30c3ff322a6 (diff) | |
download | upstream-09d2950a8c51442156c02f3a320baef106fe2c8b.tar.gz upstream-09d2950a8c51442156c02f3a320baef106fe2c8b.tar.bz2 upstream-09d2950a8c51442156c02f3a320baef106fe2c8b.zip |
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')
-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 833728563a..b572515163 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 |