projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea62077
)
modprobe: fix for 2.4 kernels - by
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 14 Oct 2006 11:12:20 +0000
(11:12 -0000)
committer
Denis 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
patch
|
blob
|
history
diff --git
a/modutils/Config.in
b/modutils/Config.in
index
c8bd619
..
6a69567
100644
(file)
--- 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.