From d943837dab6eb2b2809426c0e81f7b8e8cf82208 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Jun 2004 10:43:09 +0000 Subject: Patrick Huesmann writes: Hi, There was some problem with busybox modprobe. For details see http://www.busybox.net/lists/busybox/2004-May/011507.html I made a patch against busybox-1.00-pre10 to fix that one. This is a slight variant of Patrick's patch with a slightly cleaner implementation of mod_strcmp() -Erik --- modutils/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modutils/Config.in') diff --git a/modutils/Config.in b/modutils/Config.in index faccee88f..45569cc8c 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -21,16 +21,16 @@ config CONFIG_FEATURE_2_2_MODULES config CONFIG_FEATURE_2_4_MODULES bool " Support version 2.1.x to 2.4.x Linux kernels" default y - depends on CONFIG_INSMOD + depends on CONFIG_INSMOD && !CONFIG_FEATURE_2_6_MODULES help - Support module loading for newer (post 2.1) Linux kernels. + 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 + depends on CONFIG_INSMOD && !CONFIG_FEATURE_2_4_MODULES help - Support module loading for newer (post 2.1) Linux kernels. + Support module loading for 2.6.x Linux kernels. config CONFIG_FEATURE_INSMOD_VERSION_CHECKING bool " Module version checking" -- cgit v1.2.3