mirror of https://github.com/mirror/busybox.git
modprobe: fix for 2.4 kernels - by
Yann E. MORIN <yann.morin.1998@anciens.enib.fr>1_4_stable
parent
ea62077b85
commit
997aa1179e
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue