diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 11:12:20 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-14 11:12:20 +0000 |
commit | 997aa1179e896642755631c73570ffdf43d304a1 (patch) | |
tree | 95d88d42acd90fb12acdc18ac73037a4c4fc1d66 /modutils | |
parent | ea62077b850076c4d7dc3cf78ebd1888928c6ddf (diff) | |
download | busybox-997aa1179e896642755631c73570ffdf43d304a1.tar.gz |
modprobe: fix for 2.4 kernels - by
Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index c8bd61996..6a6956755 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -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. |