diff options
Diffstat (limited to 'modutils/Config.in')
-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 | ||