summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-07-13 18:45:29 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-07-13 18:45:29 +0000
commitac5279e6bcdd29b24060365fc790d39e2b8de26d (patch)
tree2e27c10c617cb0dbad2202500609b07f988768fe /Config.in
parentc08ea36e81549a158c04f2f010288a1a2bd41209 (diff)
downloadmaster-31e0f0ae-ac5279e6bcdd29b24060365fc790d39e2b8de26d.tar.gz
master-31e0f0ae-ac5279e6bcdd29b24060365fc790d39e2b8de26d.tar.bz2
master-31e0f0ae-ac5279e6bcdd29b24060365fc790d39e2b8de26d.zip
enable ipv6 support for packages by default
SVN-Revision: 22176
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 7abfeeaef7..cac1cce199 100644
--- a/Config.in
+++ b/Config.in
@@ -191,7 +191,7 @@ menu "Global build settings"
config IPV6
bool
prompt "Enable IPv6 support in packages"
- default n
+ default y
help
Enable IPV6 support in packages (passes --enable-ipv6 to configure scripts).