Config.in 361 B

123456789101112131415161718
  1. config BR2_PACKAGE_TINI
  2. bool "tini"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_INIT_TINI
  5. help
  6. tini is a simple but valid init binary to
  7. act as PID 1 for containers.
  8. https://github.com/krallin/tini
  9. if BR2_PACKAGE_TINI
  10. config BR2_PACKAGE_TINI_MINIMAL
  11. bool "build minimal variant"
  12. help
  13. Disables argument parsing and verbose output.
  14. endif