package/netbsd-queue: add Kconfig symbol like for all target packages
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 29 Dec 2015 23:10:39 +0000 (00:10 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 08:54:55 +0000 (09:54 +0100)
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>
package/musl/Config.in
package/netbsd-queue/Config.in [new file with mode: 0644]

index 4f6cc51b681fb59170ef1210e7a1d75293f94607..f1a3150745abc4125e267af1b6ca13ac8d1f1332 100644 (file)
@@ -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
diff --git a/package/netbsd-queue/Config.in b/package/netbsd-queue/Config.in
new file mode 100644 (file)
index 0000000..7837f4c
--- /dev/null
@@ -0,0 +1,2 @@
+config BR2_PACKAGE_NETBSD_QUEUE
+       bool