summaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-05 07:52:35 +0000
commit65e20a33c20314da5dd33d6e9e2ec529d835bbfb (patch)
tree87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /modutils
parent01c3d40f3c022abc08c14b96fe586a33fce081e8 (diff)
downloadbusybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.gz
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.tar.bz2
busybox-w32-65e20a33c20314da5dd33d6e9e2ec529d835bbfb.zip
Patch from Kent Robotti adding a bunch of needed docs!
-Erik
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index ae62d7fcd..a576e4bbd 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 Please submit a patch to add help text for this item. 12 insmod is used to load specified modules in the running kernel.
13 13
14config CONFIG_FEATURE_OLD_MODULE_INTERFACE 14config CONFIG_FEATURE_OLD_MODULE_INTERFACE
15 bool " Support older (pre 2.1) Linux kernels" 15 bool " Support older (pre 2.1) Linux kernels"
@@ -83,7 +83,7 @@ config CONFIG_LSMOD
83 bool "lsmod" 83 bool "lsmod"
84 default n 84 default n
85 help 85 help
86 Please submit a patch to add help text for this item. 86 lsmod is used to display a list of loaded modules.
87 87
88config CONFIG_FEATURE_QUERY_MODULE_INTERFACE 88config CONFIG_FEATURE_QUERY_MODULE_INTERFACE
89 bool " Support lsmod query_module interface (add 638 bytes)" 89 bool " Support lsmod query_module interface (add 638 bytes)"
@@ -102,7 +102,7 @@ config CONFIG_RMMOD
102 bool "rmmod" 102 bool "rmmod"
103 default n 103 default n
104 help 104 help
105 Please submit a patch to add help text for this item. 105 rmmod is used to unload specified modules from the kernel.
106 106
107config CONFIG_FEATURE_CHECK_TAINTED_MODULE 107config CONFIG_FEATURE_CHECK_TAINTED_MODULE
108 bool "Support tainted module checking with new kernels" 108 bool "Support tainted module checking with new kernels"