summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorThibaut VARÈNE <hacks@slashdirt.org>2022-08-16 19:00:47 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2022-08-20 21:41:03 +0300
commit832e7b817221d288df76b763ca12c585365db5d8 (patch)
tree6dcfc67d8dede12b88f99cc922d6a1bd3a08f27c /config
parentf338f76a66a50d201ae57c98852aa9c74e9e278a (diff)
downloadopenwrt-832e7b817221d288df76b763ca12c585365db5d8.tar.gz
openwrt-832e7b817221d288df76b763ca12c585365db5d8.tar.bz2
openwrt-832e7b817221d288df76b763ca12c585365db5d8.zip
build: always set CONFIG_IPV6
Disabling this build tunable breaks build and seems unrealistically likely to be fixed. This patch sets the related CONFIG to always true and removes the config prompt, keeping the change minimal, and, should !CONFIG_IPV6 ever be fixed, easy to revert. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org> Acked-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Paul Spooren <mail@aparcar.org> Acked-by: Josef.Schlehofer <pepe.schlehofer@gmail.com> Acked-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index ef1a10c28d..400bf15665 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -150,11 +150,7 @@ menu "Global build settings"
Adds -g3 to the CFLAGS.
config IPV6
- bool
- prompt "Enable IPv6 support in packages"
- default y
- help
- Enables IPv6 support in kernel (builtin) and packages.
+ def_bool y
comment "Stripping options"