aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/depmod.c2
-rw-r--r--modutils/insmod.c2
-rw-r--r--modutils/lsmod.c2
-rw-r--r--modutils/modinfo.c2
-rw-r--r--modutils/modprobe.c2
-rw-r--r--modutils/rmmod.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c
index b7965ebd2..f6e889d8f 100644
--- a/modutils/depmod.c
+++ b/modutils/depmod.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DEPMOD
-//config: bool "depmod"
+//config: bool "depmod (26 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 8526979eb..6f448f34d 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config INSMOD
-//config: bool "insmod"
+//config: bool "insmod (22 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 24e5d35b9..9fe0eff22 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"
+//config: bool "lsmod (4.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/modutils/modinfo.c b/modutils/modinfo.c
index ead2cf16f..6eae1b7b1 100644
--- a/modutils/modinfo.c
+++ b/modutils/modinfo.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MODINFO
-//config: bool "modinfo"
+//config: bool "modinfo (25 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 51ede9204..6bcfb9bcd 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"
+//config: bool "modprobe (29 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index 527696f63..1e87abf3a 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"
+//config: bool "rmmod (3.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help