Files
sdk-hwV1.3/config/Config-systeminit.in
2024-05-07 18:09:20 +08:00

16 lines
274 B
Plaintext

choice
prompt "System init"
default PROCD_INIT
help
"select the system of init type you wish to use"
config SYSTEM_INIT_PROCD
bool "procd-init"
select PACKAGE_base-files
config SYSTEM_INIT_BUSYBOX
bool "busybox-init"
select PACKAGE_busybox-init-base-files
endchoice