svn commit: trunk/busybox/modutils

vda at busybox.net vda at busybox.net
Sat Oct 14 11:12:21 UTC 2006


Author: vda
Date: 2006-10-14 04:12:20 -0700 (Sat, 14 Oct 2006)
New Revision: 16378

Log:
modprobe: fix for 2.4 kernels - by
Yann E. MORIN <yann.morin.1998 at anciens.enib.fr>


Modified:
   trunk/busybox/modutils/Config.in


Changeset:
Modified: trunk/busybox/modutils/Config.in
===================================================================
--- trunk/busybox/modutils/Config.in	2006-10-14 02:23:43 UTC (rev 16377)
+++ trunk/busybox/modutils/Config.in	2006-10-14 11:12:20 UTC (rev 16378)
@@ -135,7 +135,7 @@
 	# Simulate indentation
 	bool "Support version 2.2.x to 2.4.x Linux kernels"
 	default y
-	depends on INSMOD || RMMOD
+	depends on INSMOD || RMMOD || MODPROBE
 	help
 	  Support module loading for 2.2.x and 2.4.x Linux kernels.
 




More information about the busybox-cvs mailing list