aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux/config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 12:07:24 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-10 12:07:24 +0000
commit282671bf76bd7e3644b730673ca748947913b911 (patch)
tree0a9d9077d4df87033bb4279195852b974b33babb /sysdeps/linux/config.in
parent30fcef430c59e5884f6765d16fc201c303b2e92c (diff)
downloadbusybox-282671bf76bd7e3644b730673ca748947913b911.tar.gz
Cleanup some config problems. Add a sane default config that basically
matches the default old Config.h
Diffstat (limited to 'sysdeps/linux/config.in')
-rw-r--r--sysdeps/linux/config.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index cdc9018fd..c1461602a 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -6,16 +6,15 @@ mainmenu_name "BusyBox Configuration"
mainmenu_option next_comment
comment 'BusyBox general settings'
-bool 'Show verbose applet usage messages (increases size)' CONFIG_FEATURE_VERBOSE_USAGE
-bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
-bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
-bool 'Support for devfs' CONFIG_FEATURE_DEVFS
-bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
choice 'Buffer allocation policy' \
"use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \
on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \
in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc
-
+bool 'Show verbose applet usage messages' CONFIG_FEATURE_VERBOSE_USAGE
+bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
+bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
+bool 'Support for devfs' CONFIG_FEATURE_DEVFS
+bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
endmenu
source archival/config.in