diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-02-01 01:22:37 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-02-01 01:22:37 +0100 |
| commit | dc7637d0aa0efeb7cc8a7bcd798f0b5679251ad9 (patch) | |
| tree | 09fe98985bbb0e65b1ba9d3285d8fa8204260f80 /modutils | |
| parent | b5b21126ca9217e1f721996cbef44c019185dd5d (diff) | |
| download | busybox-w32-dc7637d0aa0efeb7cc8a7bcd798f0b5679251ad9.tar.gz busybox-w32-dc7637d0aa0efeb7cc8a7bcd798f0b5679251ad9.tar.bz2 busybox-w32-dc7637d0aa0efeb7cc8a7bcd798f0b5679251ad9.zip | |
modprobe-small: improve config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
| -rw-r--r-- | modutils/Config.src | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/modutils/Config.src b/modutils/Config.src index 1aee57ee7..a9aa63993 100644 --- a/modutils/Config.src +++ b/modutils/Config.src | |||
| @@ -10,7 +10,10 @@ config MODPROBE_SMALL | |||
| 10 | default y | 10 | default y |
| 11 | select PLATFORM_LINUX | 11 | select PLATFORM_LINUX |
| 12 | help | 12 | help |
| 13 | Simplified modutils. | 13 | Build smaller (~1.5 kbytes), simplified module tools. |
| 14 | |||
| 15 | This option by itself does not enable any applets - | ||
| 16 | you need to select applets individually below. | ||
| 14 | 17 | ||
| 15 | With this option modprobe does not require modules.dep file | 18 | With this option modprobe does not require modules.dep file |
| 16 | and does not use /etc/modules.conf file. | 19 | and does not use /etc/modules.conf file. |
| @@ -31,11 +34,6 @@ config MODPROBE_SMALL | |||
| 31 | Additional module parameters can be stored in | 34 | Additional module parameters can be stored in |
| 32 | /etc/modules/$module_name files. | 35 | /etc/modules/$module_name files. |
| 33 | 36 | ||
| 34 | Apart from modprobe, other utilities are also provided: | ||
| 35 | - insmod is an alias to modprobe | ||
| 36 | - rmmod is an alias to modprobe -r | ||
| 37 | - depmod generates modules.dep.bb | ||
| 38 | |||
| 39 | INSERT | 37 | INSERT |
| 40 | 38 | ||
| 41 | comment "Options common to multiple modutils" | 39 | comment "Options common to multiple modutils" |
