svn commit: trunk/busybox

vapier at busybox.net vapier at busybox.net
Sun Jan 27 09:41:26 UTC 2008


Author: vapier
Date: 2008-01-27 01:41:24 -0800 (Sun, 27 Jan 2008)
New Revision: 20908

Log:
do not respect CONFIG_MODULES as it breaks building if it is defined in the build env

Modified:
   trunk/busybox/Makefile


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2008-01-26 23:13:37 UTC (rev 20907)
+++ trunk/busybox/Makefile	2008-01-27 09:41:24 UTC (rev 20908)
@@ -842,7 +842,7 @@
 # ---------------------------------------------------------------------------
 # Modules
 
-ifdef CONFIG_MODULES
+ifdef _BB_DISABLED_CONFIG_MODULES
 
 # 	By default, build modules as well
 




More information about the busybox-cvs mailing list