diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
commit | e5642119ee566520a098027746808dd6b9226d99 (patch) | |
tree | bcdb42552005d1498a48ffd634b1c216f01b8f13 /modutils | |
parent | 1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff) | |
download | busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.gz busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.bz2 busybox-w32-e5642119ee566520a098027746808dd6b9226d99.zip |
Patch from Thomas Cameron:
Hello all,
This patch adds more "Help" text to the config system. Almost
all applets now have a help entry. Also, I cleaned up the spacing of
the existing text so that things are consistent. This patch is against
this morning's CVS.
Thomas Cameron
CEI Systems, Inc.
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index a576e4bbd..a635656e5 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -9,7 +9,7 @@ config CONFIG_INSMOD | |||
9 | bool "insmod" | 9 | bool "insmod" |
10 | default n | 10 | default n |
11 | help | 11 | help |
12 | insmod is used to load specified modules in the running kernel. | 12 | insmod is used to load specified modules in the running kernel. |
13 | 13 | ||
14 | config CONFIG_FEATURE_OLD_MODULE_INTERFACE | 14 | config CONFIG_FEATURE_OLD_MODULE_INTERFACE |
15 | bool " Support older (pre 2.1) Linux kernels" | 15 | bool " Support older (pre 2.1) Linux kernels" |
@@ -96,7 +96,8 @@ config CONFIG_MODPROBE | |||
96 | bool "modprobe" | 96 | bool "modprobe" |
97 | default n | 97 | default n |
98 | help | 98 | help |
99 | Please submit a patch to add help text for this item. | 99 | Handle the loading of modules, and their dependancies on a high |
100 | level. | ||
100 | 101 | ||
101 | config CONFIG_RMMOD | 102 | config CONFIG_RMMOD |
102 | bool "rmmod" | 103 | bool "rmmod" |