diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-27 08:41:32 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-27 08:41:32 +0000 |
commit | 9474830006260c14abd6d4282e2633a62efb8010 (patch) | |
tree | 543f6910eb4a3d3863557ff92fbee5064609807c | |
parent | 1ea25684694721226997c04bd79d51f1f4d774b1 (diff) | |
download | busybox-w32-9474830006260c14abd6d4282e2633a62efb8010.tar.gz busybox-w32-9474830006260c14abd6d4282e2633a62efb8010.tar.bz2 busybox-w32-9474830006260c14abd6d4282e2633a62efb8010.zip |
- improve help-text
-rw-r--r-- | modutils/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index bffb521c4..44b1d9134 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -157,6 +157,9 @@ config FEATURE_2_4_MODULES | |||
157 | help | 157 | help |
158 | Support module loading for 2.2.x and 2.4.x Linux kernels. | 158 | Support module loading for 2.2.x and 2.4.x Linux kernels. |
159 | 159 | ||
160 | Note: | ||
161 | This is automatically enabled if 2.6 modules are not enabled. | ||
162 | |||
160 | config FEATURE_2_6_MODULES | 163 | config FEATURE_2_6_MODULES |
161 | # Simulate indentation | 164 | # Simulate indentation |
162 | bool "Support version 2.6.x Linux kernels" | 165 | bool "Support version 2.6.x Linux kernels" |