[openwrt/openwrt] build: always set CONFIG_IPV6

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 20 11:41:21 PDT 2022


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/832e7b817221d288df76b763ca12c585365db5d8

commit 832e7b817221d288df76b763ca12c585365db5d8
Author: Thibaut VARÈNE <hacks at slashdirt.org>
AuthorDate: Tue Aug 16 19:00:47 2022 +0200

    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 at slashdirt.org>
    Acked-by: Stijn Tintel <stijn at linux-ipv6.be>
    Acked-by: Paul Spooren <mail at aparcar.org>
    Acked-by: Josef.Schlehofer <pepe.schlehofer at gmail.com>
    Acked-by: Jo-Philipp Wich <jo at mein.io>
---
 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"
 




More information about the lede-commits mailing list