فهرست منبع

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 <[email protected]>
Acked-by: Stijn Tintel <[email protected]>
Acked-by: Paul Spooren <[email protected]>
Acked-by: Josef.Schlehofer <[email protected]>
Acked-by: Jo-Philipp Wich <[email protected]>
Thibaut VARÈNE 3 سال پیش
والد
کامیت
832e7b8172
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 5
      config/Config-build.in

+ 1 - 5
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"