hc
2024-11-01 a01b5c9f91adaee088a817861603a5dbe14775c2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_TINI
   bool "tini"
   depends on BR2_USE_MMU # fork()
   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