aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 19:37:08 +0000
commite5642119ee566520a098027746808dd6b9226d99 (patch)
treebcdb42552005d1498a48ffd634b1c216f01b8f13 /modutils
parent1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff)
downloadbusybox-e5642119ee566520a098027746808dd6b9226d99.tar.gz
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.in5
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
bool "insmod"
default n
help
- insmod is used to load specified modules in the running kernel.
+ insmod is used to load specified modules in the running kernel.
config CONFIG_FEATURE_OLD_MODULE_INTERFACE
bool " Support older (pre 2.1) Linux kernels"
@@ -96,7 +96,8 @@ config CONFIG_MODPROBE
bool "modprobe"
default n
help
- Please submit a patch to add help text for this item.
+ Handle the loading of modules, and their dependancies on a high
+ level.
config CONFIG_RMMOD
bool "rmmod"