mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-18 17:53:34 +08:00
ec5b83ce2f
- add missing dependencies to build prerequisites in the config system
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
config BR2_PACKAGE_SYSVINIT
|
|
bool "sysvinit"
|
|
default n
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
/sbin/init - parent of all processes
|
|
|
|
http://freshmeat.net/projects/sysvinit/
|