modprobe: fix for 2.4 kernels - by
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 14 Oct 2006 11:12:20 +0000 (11:12 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 14 Oct 2006 11:12:20 +0000 (11:12 -0000)
Yann E. MORIN <yann.morin.1998@anciens.enib.fr>

modutils/Config.in

index c8bd619968629333542a27cfcad4b1c90dd382ee..6a6956755b7e36518194bcb4c4f6a14076d54bdc 100644 (file)
@@ -135,7 +135,7 @@ config FEATURE_2_4_MODULES
        # 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.