modprobe: fix for 2.4 kernels - by

Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Denis Vlasenko 2006-10-14 11:12:20 +00:00
parent ea62077b85
commit 997aa1179e

View File

@ -135,7 +135,7 @@ config FEATURE_2_4_MODULES
# Simulate indentation # Simulate indentation
bool "Support version 2.2.x to 2.4.x Linux kernels" bool "Support version 2.2.x to 2.4.x Linux kernels"
default y default y
depends on INSMOD || RMMOD depends on INSMOD || RMMOD || MODPROBE
help help
Support module loading for 2.2.x and 2.4.x Linux kernels. Support module loading for 2.2.x and 2.4.x Linux kernels.