diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-14 11:12:20 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-14 11:12:20 +0000 |
commit | eef90cb04d7bdc07dbd1945dd370fb0d85280ba6 (patch) | |
tree | 95d88d42acd90fb12acdc18ac73037a4c4fc1d66 | |
parent | 9e617927e057d79ceb2ac4869b18b1e84567dc68 (diff) | |
download | busybox-w32-eef90cb04d7bdc07dbd1945dd370fb0d85280ba6.tar.gz busybox-w32-eef90cb04d7bdc07dbd1945dd370fb0d85280ba6.tar.bz2 busybox-w32-eef90cb04d7bdc07dbd1945dd370fb0d85280ba6.zip |
modprobe: fix for 2.4 kernels - by
Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
git-svn-id: svn://busybox.net/trunk/busybox@16378 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 | |||
135 | # Simulate indentation | 135 | # Simulate indentation |
136 | bool "Support version 2.2.x to 2.4.x Linux kernels" | 136 | bool "Support version 2.2.x to 2.4.x Linux kernels" |
137 | default y | 137 | default y |
138 | depends on INSMOD || RMMOD | 138 | depends on INSMOD || RMMOD || MODPROBE |
139 | help | 139 | help |
140 | Support module loading for 2.2.x and 2.4.x Linux kernels. | 140 | Support module loading for 2.2.x and 2.4.x Linux kernels. |
141 | 141 | ||