SmartAudio/config/Config-systeminit.in

16 lines
274 B
Plaintext
Raw Permalink Normal View History

2018-07-13 01:31:50 +00:00
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