diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-12-30 00:10:39 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-30 09:54:55 +0100 |
commit | e84fd04e88bcda2771847958b3b5153e476db45f (patch) | |
tree | 41b834eab0a61d08d8c31f324b05acc0d7599bc0 /package/netbsd-queue | |
parent | 863036378b257d9a9eb9908322edaf29f2121ae7 (diff) | |
download | buildroot-e84fd04e88bcda2771847958b3b5153e476db45f.tar.gz buildroot-e84fd04e88bcda2771847958b3b5153e476db45f.zip |
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>
Diffstat (limited to 'package/netbsd-queue')
-rw-r--r-- | package/netbsd-queue/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/netbsd-queue/Config.in b/package/netbsd-queue/Config.in new file mode 100644 index 0000000000..7837f4cd7f --- /dev/null +++ b/package/netbsd-queue/Config.in @@ -0,0 +1,2 @@ +config BR2_PACKAGE_NETBSD_QUEUE + bool |