diff options
author | Romain Naour <romain.naour@gmail.com> | 2018-01-09 23:54:07 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-12 22:25:52 +0100 |
commit | b6d39f8c03431092e02ad30c948db8423b1de05c (patch) | |
tree | 5726225e82e9a8974e1e7f29faafa84ee0e13196 | |
parent | d2ac1ec6f442611f40d7b1aaebb7875a92176168 (diff) | |
download | buildroot-b6d39f8c03431092e02ad30c948db8423b1de05c.tar.gz buildroot-b6d39f8c03431092e02ad30c948db8423b1de05c.zip |
support/config-fragments: br-powerpc-internal-full: remove old option
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@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | support/config-fragments/autobuild/br-powerpc-internal-full.config | 1 |
1 files changed, 0 insertions, 1 deletions
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 |