aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-05 07:52:35 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-05 07:52:35 +0000
commit1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1 (patch)
tree87fcfc020d06542f1536aef31d3afb9d0dfb2a04 /modutils
parent8b3e5450cbe01cc720c446faab2e5da36a4148df (diff)
downloadbusybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.gz
busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.tar.bz2
busybox-w32-1ca99a3fee6ccd6b8536a20ac01a33428cb67cd1.zip
Patch from Kent Robotti adding a bunch of needed docs!
-Erik git-svn-id: svn://busybox.net/trunk/busybox@7038 69ca8d6d-28ef-0310-b511-8ec308f3f277
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"