s6-rc: expose the host variant in menuconfig

Some users may want to build the s6-rc service database offline using a
post-build script. So make the host variant visible in menuconfig.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Eric Le Bihan 2017-03-16 22:37:58 +01:00 committed by Thomas Petazzoni
parent c97c86b050
commit b223a426d9
2 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,7 @@ menu "Host utilities"
source "package/pwgen/Config.in.host"
source "package/qemu/Config.in.host"
source "package/raspberrypi-usbboot/Config.in.host"
source "package/s6-rc/Config.in.host"
source "package/sam-ba/Config.in.host"
source "package/squashfs/Config.in.host"
source "package/sunxi-tools/Config.in.host"

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_HOST_S6_RC
bool "host s6-rc"
depends on BR2_PACKAGE_S6_RC
help
This package provides the host variant of the s6-rc tools,
required to build the s6-rc service database offline.
http://skarnet.org/software/s6-rc/