diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-05 02:18:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-05 02:18:25 +0000 |
commit | 72d8e444f0e9e002b16328e73464ef9015979048 (patch) | |
tree | d1d99e668617e95836a1f767257e1263963feaa5 /sysdeps | |
parent | 461c279ac176a28dec40d1e40ebaffe4f0ac688d (diff) | |
download | busybox-w32-72d8e444f0e9e002b16328e73464ef9015979048.tar.gz busybox-w32-72d8e444f0e9e002b16328e73464ef9015979048.tar.bz2 busybox-w32-72d8e444f0e9e002b16328e73464ef9015979048.zip |
Merge/rework config system per the latest from linux-2.6.0-test2.
Fix the config bugs revealed by the updated config system.
-Erik
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index d5adee5d0..c3bca3363 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in | |||
@@ -13,7 +13,7 @@ menu "General Configuration" | |||
13 | 13 | ||
14 | choice | 14 | choice |
15 | prompt "Buffer allocation policy" | 15 | prompt "Buffer allocation policy" |
16 | default "Allocate with Malloc" | 16 | default CONFIG_FEATURE_BUFFERS_USE_MALLOC |
17 | help | 17 | help |
18 | There are 3 ways BusyBox can handle buffer allocations: | 18 | There are 3 ways BusyBox can handle buffer allocations: |
19 | - Use malloc. This costs code size for the call to xmalloc. | 19 | - Use malloc. This costs code size for the call to xmalloc. |