svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Wed Jun 14 17:33:59 UTC 2006


Author: aldot
Date: 2006-06-14 10:33:57 -0700 (Wed, 14 Jun 2006)
New Revision: 15389

Log:
- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a 
  CONFIG_STANDALONE, we'd need to toggle this on per default.


Modified:
   trunk/busybox/Config.in


Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in	2006-06-14 17:32:11 UTC (rev 15388)
+++ trunk/busybox/Config.in	2006-06-14 17:33:57 UTC (rev 15389)
@@ -238,8 +238,8 @@
 
 config CONFIG_BUILD_LIBBUSYBOX
 	bool "Build shared libbusybox"
-	depends on CONFIG_STANDALONE
 	default n
+	default y if CONFIG_STANDALONE
 	help
 	  Build a shared library libbusybox.so which contains all
 	  libraries used inside busybox.




More information about the busybox-cvs mailing list