mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
package/netbsd-queue: add Kconfig symbol like for all target packages
Select that package from musl, too, since it is a dependency.
Fixes:
http://autobuild.buildroot.org/results/15c/15c9a80fb2754ed1866b59d5e62d02691b57834e/
... and numerous similar issues ...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Sergio Prado <sergio.prado@e-labworks.com>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
863036378b
commit
e84fd04e88
@@ -3,3 +3,4 @@ config BR2_PACKAGE_MUSL
|
||||
depends on BR2_TOOLCHAIN_USES_MUSL
|
||||
default y
|
||||
select BR2_PACKAGE_LINUX_HEADERS
|
||||
select BR2_PACKAGE_NETBSD_QUEUE
|
||||
|
||||
2
package/netbsd-queue/Config.in
Normal file
2
package/netbsd-queue/Config.in
Normal file
@@ -0,0 +1,2 @@
|
||||
config BR2_PACKAGE_NETBSD_QUEUE
|
||||
bool
|
||||
Reference in New Issue
Block a user