From 832e7b817221d288df76b763ca12c585365db5d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Tue, 16 Aug 2022 19:00:47 +0200 Subject: [PATCH] build: always set CONFIG_IPV6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Acked-by: Stijn Tintel Acked-by: Paul Spooren Acked-by: Josef.Schlehofer Acked-by: Jo-Philipp Wich --- config/Config-build.in | 6 +----- 1 file changed, 1 insertion(+), 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" -- 2.30.2