summaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
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.