svn commit: trunk/busybox/sysdeps/linux

aldot at busybox.net aldot at busybox.net
Thu Jan 19 14:45:16 UTC 2006


Author: aldot
Date: 2006-01-19 06:45:16 -0800 (Thu, 19 Jan 2006)
New Revision: 13425

Log:
- need to have config MODULE in order to make tristate work..
  Thanks to Robert Schwebel for pointing this out. I must be blind..


Modified:
   trunk/busybox/sysdeps/linux/Config.in


Changeset:
Modified: trunk/busybox/sysdeps/linux/Config.in
===================================================================
--- trunk/busybox/sysdeps/linux/Config.in	2006-01-19 14:42:23 UTC (rev 13424)
+++ trunk/busybox/sysdeps/linux/Config.in	2006-01-19 14:45:16 UTC (rev 13425)
@@ -9,6 +9,10 @@
 	bool
 	default y
 
+config MODULES
+	bool
+	default y
+
 menu "General Configuration"
 
 choice




More information about the busybox-cvs mailing list