[BusyBox-cvs] busybox/shell Config.in,1.7,1.8

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


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

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/shell/Config.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Config.in	22 Jul 2003 10:14:32 -0000	1.7
+++ Config.in	5 Aug 2003 02:18:22 -0000	1.8
@@ -7,7 +7,7 @@
 
 choice
 	prompt "Choose your default shell"
-	default "none"
+	default CONFIG_FEATURE_SH_IS_NONE
 	help
 	  Choose a shell. The ash shell is the most bash compatible
 	  and full featured.




More information about the busybox-cvs mailing list