diff options
| author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2017-03-16 22:37:58 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-18 15:02:51 +0100 |
| commit | b223a426d95a96d21f233f55f499a91f153359fa (patch) | |
| tree | b81159f1d5dea66f7c5ea5ac0a80e3bd533efe00 /package/s6-rc | |
| parent | c97c86b0502808754d28a3ace1b4415c5932e1ea (diff) | |
| download | buildroot-b223a426d95a96d21f233f55f499a91f153359fa.tar.gz buildroot-b223a426d95a96d21f233f55f499a91f153359fa.zip | |
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>
Diffstat (limited to 'package/s6-rc')
| -rw-r--r-- | package/s6-rc/Config.in.host | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/s6-rc/Config.in.host b/package/s6-rc/Config.in.host new file mode 100644 index 0000000000..f250b9fbdb --- /dev/null +++ b/package/s6-rc/Config.in.host @@ -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/ |

