aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 12:07:24 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-11-10 12:07:24 +0000
commit30825fa52c29734e81ca834884814286dc59d346 (patch)
tree0a9d9077d4df87033bb4279195852b974b33babb /init
parent91c104721612f9b7f00f33de3218c78fd728b782 (diff)
downloadbusybox-w32-30825fa52c29734e81ca834884814286dc59d346.tar.gz
busybox-w32-30825fa52c29734e81ca834884814286dc59d346.tar.bz2
busybox-w32-30825fa52c29734e81ca834884814286dc59d346.zip
Cleanup some config problems. Add a sane default config that basically
matches the default old Config.h git-svn-id: svn://busybox.net/trunk/busybox@3648 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r--init/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/config.in b/init/config.in
index 1174e21d5..58fe1d8e3 100644
--- a/init/config.in
+++ b/init/config.in
@@ -18,10 +18,10 @@ if [ "$CONFIG_INIT" = "y" ]; then
18 bool 'halt' CONFIG_HALT 18 bool 'halt' CONFIG_HALT
19 bool 'poweroff' CONFIG_POWEROFF 19 bool 'poweroff' CONFIG_POWEROFF
20 bool 'reboot' CONFIG_REBOOT 20 bool 'reboot' CONFIG_REBOOT
21 bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON
22fi 21fi
23 22
24bool 'run-parts' CONFIG_RUN_PARTS 23bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON
24bool 'run-parts' CONFIG_RUN_PARTS
25 25
26endmenu 26endmenu
27 27