diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-11-10 10:43:09 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-11-10 10:43:09 +0000 |
| commit | 882cbcdfa1704a3a5b35eda4e05173bae73ffa51 (patch) | |
| tree | 47ced007614267804157d8d240d5c100f4f4d852 /sysdeps/linux | |
| parent | 713121346059feadedf61b0e161173657ade6ea8 (diff) | |
| download | busybox-w32-882cbcdfa1704a3a5b35eda4e05173bae73ffa51.tar.gz busybox-w32-882cbcdfa1704a3a5b35eda4e05173bae73ffa51.tar.bz2 busybox-w32-882cbcdfa1704a3a5b35eda4e05173bae73ffa51.zip | |
more config.in entries from Giulio Orsero <giulioo@pobox.com>
with some minor edits by me.
Diffstat (limited to 'sysdeps/linux')
| -rw-r--r-- | sysdeps/linux/config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in index 479d1a3cc..cdc9018fd 100644 --- a/sysdeps/linux/config.in +++ b/sysdeps/linux/config.in | |||
| @@ -4,6 +4,19 @@ | |||
| 4 | # | 4 | # |
| 5 | mainmenu_name "BusyBox Configuration" | 5 | mainmenu_name "BusyBox Configuration" |
| 6 | 6 | ||
| 7 | mainmenu_option next_comment | ||
| 8 | comment 'BusyBox general settings' | ||
| 9 | bool 'Show verbose applet usage messages (increases size)' CONFIG_FEATURE_VERBOSE_USAGE | ||
| 10 | bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER | ||
| 11 | bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT | ||
| 12 | bool 'Support for devfs' CONFIG_FEATURE_DEVFS | ||
| 13 | bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP | ||
| 14 | choice 'Buffer allocation policy' \ | ||
| 15 | "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \ | ||
| 16 | on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \ | ||
| 17 | in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_malloc | ||
| 18 | |||
| 19 | endmenu | ||
| 7 | 20 | ||
| 8 | source archival/config.in | 21 | source archival/config.in |
| 9 | source console-tools/config.in | 22 | source console-tools/config.in |
