summaryrefslogtreecommitdiffstats
path: root/package/tini/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/tini/Config.in')
-rw-r--r--package/tini/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/tini/Config.in b/package/tini/Config.in
new file mode 100644
index 0000000000..235fc1a8fb
--- /dev/null
+++ b/package/tini/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_TINI
+ bool "tini"
+ help
+ tini is a simple but valid init binary to
+ act as PID 1 for containers.
+
+ https://github.com/krallin/tini
+
+if BR2_PACKAGE_TINI
+
+config BR2_PACKAGE_TINI_MINIMAL
+ bool "build minimal variant"
+ help
+ Disables argument parsing and verbose output.
+
+endif
OpenPOWER on IntegriCloud