diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:37:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-14 19:37:08 +0000 |
commit | 50a8f347fb9326e71171fbd27c63e6176096ea37 (patch) | |
tree | bcdb42552005d1498a48ffd634b1c216f01b8f13 /modutils | |
parent | 43b41049fc6b2d8565b8ae32be9e024a83f76386 (diff) | |
download | busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.gz busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.tar.bz2 busybox-w32-50a8f347fb9326e71171fbd27c63e6176096ea37.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.
git-svn-id: svn://busybox.net/trunk/busybox@7058 69ca8d6d-28ef-0310-b511-8ec308f3f277
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" |