[Buildroot] [PATCH] support/config-fragments: br-powerpc-internal-full: remove old option

Romain Naour romain.naour at gmail.com
Tue Jan 9 22:54:07 UTC 2018


BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 has been removed with the commit [1].

Since this option is still in br-powerpc-internal-full config-fragment,
the powerpc configuration is droped by autobuild-run script:

WARN: toolchain can't be used
      Missing: BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
[Sat, 06 Jan 2018 03:03:43] WARN: failed to generate configuration

[1] 4bcacfd2c05f45171c011d4af7731c6f848819a4

Signed-off-by: Romain Naour <romain.naour at gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 support/config-fragments/autobuild/br-powerpc-internal-full.config | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/config-fragments/autobuild/br-powerpc-internal-full.config b/support/config-fragments/autobuild/br-powerpc-internal-full.config
index 2621e9fb41..61b3e7a966 100644
--- a/support/config-fragments/autobuild/br-powerpc-internal-full.config
+++ b/support/config-fragments/autobuild/br-powerpc-internal-full.config
@@ -1,5 +1,4 @@
 BR2_powerpc=y
-BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
 BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
-- 
2.14.3




More information about the buildroot mailing list