[git commit] modprobe-small: improve config help text

Denys Vlasenko vda.linux at googlemail.com
Wed Feb 1 00:22:37 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=dc7637d0aa0efeb7cc8a7bcd798f0b5679251ad9
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 modutils/Config.src | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/modutils/Config.src b/modutils/Config.src
index 1aee57e..a9aa639 100644
--- a/modutils/Config.src
+++ b/modutils/Config.src
@@ -10,7 +10,10 @@ config MODPROBE_SMALL
 	default y
 	select PLATFORM_LINUX
 	help
-	  Simplified modutils.
+	  Build smaller (~1.5 kbytes), simplified module tools.
+
+	  This option by itself does not enable any applets -
+	  you need to select applets individually below.
 
 	  With this option modprobe does not require modules.dep file
 	  and does not use /etc/modules.conf file.
@@ -31,11 +34,6 @@ config MODPROBE_SMALL
 	  Additional module parameters can be stored in
 	  /etc/modules/$module_name files.
 
-	  Apart from modprobe, other utilities are also provided:
-	  - insmod is an alias to modprobe
-	  - rmmod is an alias to modprobe -r
-	  - depmod generates modules.dep.bb
-
 INSERT
 
 comment "Options common to multiple modutils"


More information about the busybox-cvs mailing list