summaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorDenys Vlasenko2023-07-10 17:25:21 +0200
committerDenys Vlasenko2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /modutils
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-5353df91cba7b397b9407701681708d0a1518df6.zip
busybox-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
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 2beb123..d9df5ad 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LSMOD
-//config: bool "lsmod (1.9 kb)"
+//config: bool "lsmod (2.1 kb)"
//config: default y
//config: help
//config: lsmod is used to display a list of loaded modules.
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 235706f..543f53e 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MODPROBE
-//config: bool "modprobe (28 kb)"
+//config: bool "modprobe (27 kb)"
//config: default y
//config: help
//config: Handle the loading of modules, and their dependencies on a high
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index 2b3c391..fe86a67 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RMMOD
-//config: bool "rmmod (3.3 kb)"
+//config: bool "rmmod (3.5 kb)"
//config: default y
//config: help
//config: rmmod is used to unload specified modules from the kernel.