[BusyBox-cvs] svn commit: trunk/busybox/modutils

landley at busybox.net landley at busybox.net
Wed May 4 00:25:49 UTC 2005


Author: landley
Date: 2005-05-03 18:25:49 -0600 (Tue, 03 May 2005)
New Revision: 10244

Log:
Takeharu Kato's patch added 2.6 support to lsmod; this changes menuconfig
dependencies so 2.6 support depends on insmod or lsmod...



Modified:
   trunk/busybox/modutils/Config.in


Changeset:
Modified: trunk/busybox/modutils/Config.in
===================================================================
--- trunk/busybox/modutils/Config.in	2005-05-03 22:34:03 UTC (rev 10243)
+++ trunk/busybox/modutils/Config.in	2005-05-04 00:25:49 UTC (rev 10244)
@@ -18,13 +18,6 @@
 	help
 	  Support module loading for 2.2.x and 2.4.x Linux kernels.
 
-config CONFIG_FEATURE_2_6_MODULES
-	bool "  Support version 2.6.x Linux kernels"
-	default n
-	depends on CONFIG_INSMOD
-	help
-	  Support module loading for newer 2.6.x Linux kernels.
-
 config CONFIG_FEATURE_INSMOD_VERSION_CHECKING
 	bool "  Module version checking"
 	default n
@@ -80,6 +73,13 @@
 	help
 	  lsmod is used to display a list of loaded modules.
 
+config CONFIG_FEATURE_2_6_MODULES
+	bool "  Support version 2.6.x Linux kernels"
+	default n
+	depends on CONFIG_INSMOD || CONFIG_LSMOD
+	help
+	  Support module loading for newer 2.6.x Linux kernels.
+
 config CONFIG_FEATURE_QUERY_MODULE_INTERFACE
 	bool
 	default y




More information about the busybox-cvs mailing list