aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /modutils
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
-rw-r--r--modutils/lsmod.c2
-rw-r--r--modutils/modprobe.c2
-rw-r--r--modutils/rmmod.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 2beb12362..d9df5ad81 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config LSMOD 10//config:config LSMOD
11//config: bool "lsmod (1.9 kb)" 11//config: bool "lsmod (2.1 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: lsmod is used to display a list of loaded modules. 14//config: lsmod is used to display a list of loaded modules.
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 235706fd5..543f53e99 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config MODPROBE 10//config:config MODPROBE
11//config: bool "modprobe (28 kb)" 11//config: bool "modprobe (27 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Handle the loading of modules, and their dependencies on a high 14//config: Handle the loading of modules, and their dependencies on a high
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index 2b3c39153..fe86a6766 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config RMMOD 10//config:config RMMOD
11//config: bool "rmmod (3.3 kb)" 11//config: bool "rmmod (3.5 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: rmmod is used to unload specified modules from the kernel. 14//config: rmmod is used to unload specified modules from the kernel.