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