summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 10:03:27 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 10:03:27 +0100
commit69e0d0e2821e759da2b6b5ab119c6c3b0dac8805 (patch)
tree817e05d9921d0bd8ba265ce7b2be41d4d76c2b0d /toolchain
parentf674c428c2ef76f6486eae10facfb702f8be7244 (diff)
downloadbuildroot-69e0d0e2821e759da2b6b5ab119c6c3b0dac8805.tar.gz
buildroot-69e0d0e2821e759da2b6b5ab119c6c3b0dac8805.zip
toolchain-external: select netbsd-queue for musl toolchains
Following the introduction of the check that target packages must have their Config.in option enabled, we started to see failures related to netbsd-queue. Yann fixed the internal toolchain case in commit e84fd04e88bcda2771847958b3b5153e476db45f. This commit fixes the similar issue, but for the external toolchain case. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-external/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 35d8b7acca..1418fc1cad 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -583,6 +583,7 @@ config BR2_TOOLCHAIN_EXTERNAL_UCLIBC
config BR2_TOOLCHAIN_EXTERNAL_MUSL
bool
select BR2_TOOLCHAIN_USES_MUSL
+ select BR2_PACKAGE_NETBSD_QUEUE
if BR2_TOOLCHAIN_EXTERNAL_CUSTOM
OpenPOWER on IntegriCloud