Cleanup some config problems. Add a sane default config that basically

matches the default old Config.h
This commit is contained in:
Eric Andersen
2001-11-10 12:07:24 +00:00
parent 30fcef430c
commit 282671bf76
6 changed files with 307 additions and 13 deletions

View File

@@ -18,10 +18,10 @@ if [ "$CONFIG_INIT" = "y" ]; then
bool 'halt' CONFIG_HALT
bool 'poweroff' CONFIG_POWEROFF
bool 'reboot' CONFIG_REBOOT
bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON
fi
bool 'run-parts' CONFIG_RUN_PARTS
bool 'start-stop-daemon' CONFIG_START_STOP_DAEMON
bool 'run-parts' CONFIG_RUN_PARTS
endmenu