diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-25 21:45:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-25 21:45:51 +0000 |
commit | e404fd711b84841fc8736161c5fe49fbe9f24d13 (patch) | |
tree | 05880aec9c25779e83d6897331dd4fbd1dcaf357 /Config.in | |
parent | 019799277838f2ae6fcebcb0ff1dd5aedfc3b428 (diff) | |
download | upstream-e404fd711b84841fc8736161c5fe49fbe9f24d13.tar.gz upstream-e404fd711b84841fc8736161c5fe49fbe9f24d13.tar.bz2 upstream-e404fd711b84841fc8736161c5fe49fbe9f24d13.zip |
[package] globally define IPv6 support or not in OpenWrt, just like for largefiles, ipv6 disabled by default (#4857)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16983 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -142,6 +142,13 @@ config DEBUG_DIR This will install all compiled package binaries into build_dir/target-*/debug-*/, useful for cross-debugging via gdb/gdbserver +config IPV6 + bool + prompt "Enable IPv6 support in packages" + default n + help + Enable IPV6 support in packages (passes --enable-ipv6 to configure scripts). + comment "Kernel build options" config KERNEL_KALLSYMS |