summaryrefslogtreecommitdiffstats
path: root/rules/module-init-tools.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-18 11:16:44 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-18 11:16:44 +0000
commit520debfe2990af98527f1d28ef861db18c65332d (patch)
tree9744ef709c8ee5a08d143d113c0a56de0c101fc7 /rules/module-init-tools.in
parent67c96a64342908a83cfdd08a03d80be5b3aacdd4 (diff)
downloadptxdist-520debfe2990af98527f1d28ef861db18c65332d.tar.gz
ptxdist-520debfe2990af98527f1d28ef861db18c65332d.tar.xz
* help texts in m*.in rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7479 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/module-init-tools.in')
-rw-r--r--rules/module-init-tools.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/module-init-tools.in b/rules/module-init-tools.in
index d67e0dcaa..8dc716953 100644
--- a/rules/module-init-tools.in
+++ b/rules/module-init-tools.in
@@ -12,7 +12,7 @@ config MODULE_INIT_TOOLS_INSMOD
prompt "Install insmod on target"
depends on MODULE_INIT_TOOLS && !BB_CONFIG_INSMOD
help
- FIXME: This item needs to be documented
+ simple program to insert a module into the Linux Kernel
comment "Busybox' insmod is selected!"
depends on MODULE_INIT_TOOLS && BB_CONFIG_INSMOD
@@ -22,7 +22,7 @@ config MODULE_INIT_TOOLS_RMMOD
prompt "Install rmmod on target"
depends on MODULE_INIT_TOOLS && !BB_CONFIG_RMMOD
help
- FIXME: This item needs to be documented
+ simple program to remove a module from the Linux Kernel
comment "Busybox' rmmod is selected!"
depends on MODULE_INIT_TOOLS && BB_CONFIG_RMMOD
@@ -32,7 +32,7 @@ config MODULE_INIT_TOOLS_LSMOD
prompt "Install lsmod on target"
depends on MODULE_INIT_TOOLS && !BB_CONFIG_LSMOD
help
- FIXME: This item needs to be documented
+ program to show the status of modules in the Linux Kernel
comment "Busybox' lsmod is selected!"
depends on MODULE_INIT_TOOLS && BB_CONFIG_LSMOD
@@ -42,14 +42,14 @@ config MODULE_INIT_TOOLS_MODINFO
prompt "Install modinfo on target"
depends on MODULE_INIT_TOOLS
help
- FIXME: This item needs to be documented
+ program to show information about a Linux Kernel module
config MODULE_INIT_TOOLS_MODPROBE
bool
prompt "Install modprobe on target"
depends on MODULE_INIT_TOOLS && !BB_CONFIG_MODPROBE
help
- FIXME: This item needs to be documented
+ program to add and remove modules from the Linux Kernel
comment "Busybox' modprobe is selected!"
depends on MODULE_INIT_TOOLS && BB_CONFIG_MODPROBE
@@ -59,4 +59,4 @@ config MODULE_INIT_TOOLS_DEPMOD
prompt "Install depmod on target"
depends on MODULE_INIT_TOOLS
help
- FIXME: This item needs to be documented
+ program to generate modules.dep and map files