[BusyBox-cvs] busybox/sysdeps/linux Config.in,1.10,1.11

Erik Andersen andersen at busybox.net
Tue Aug 5 02:18:24 UTC 2003


Update of /var/cvs/busybox/sysdeps/linux
In directory winder:/tmp/cvs-serv24937/sysdeps/linux

Modified Files:
	Config.in 
Log Message:
Merge/rework config system per the latest from linux-2.6.0-test2.
Fix the config bugs revealed by the updated config system.
 -Erik


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/sysdeps/linux/Config.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Config.in	22 Jul 2003 22:15:20 -0000	1.10
+++ Config.in	5 Aug 2003 02:18:20 -0000	1.11
@@ -13,7 +13,7 @@
 
 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.




More information about the busybox-cvs mailing list