Commit 69e0d0e2 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

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
e84fd04e. This commit fixes the
similar issue, but for the external toolchain case.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f674c428
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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