From 72d8e444f0e9e002b16328e73464ef9015979048 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Aug 2003 02:18:25 +0000 Subject: Merge/rework config system per the latest from linux-2.6.0-test2. Fix the config bugs revealed by the updated config system. -Erik --- sysdeps/linux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/linux') diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index d5adee5..c3bca33 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in @@ -13,7 +13,7 @@ menu "General Configuration" choice prompt "Buffer allocation policy" - default "Allocate with Malloc" + default CONFIG_FEATURE_BUFFERS_USE_MALLOC help There are 3 ways BusyBox can handle buffer allocations: - Use malloc. This costs code size for the call to xmalloc. -- cgit v1.1