aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux/Config.in
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-05 02:18:25 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-05 02:18:25 +0000
commit89f121b30842939e69c2cdc69b378c2647e88564 (patch)
treed1d99e668617e95836a1f767257e1263963feaa5 /sysdeps/linux/Config.in
parentd4e40835ea677b173b58bbbca564dec384d45013 (diff)
downloadbusybox-w32-89f121b30842939e69c2cdc69b378c2647e88564.tar.gz
busybox-w32-89f121b30842939e69c2cdc69b378c2647e88564.tar.bz2
busybox-w32-89f121b30842939e69c2cdc69b378c2647e88564.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 git-svn-id: svn://busybox.net/trunk/busybox@7160 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--sysdeps/linux/Config.in2
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
14choice 14choice
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.