diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /modutils | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/depmod.c | 2 | ||||
-rw-r--r-- | modutils/insmod.c | 2 | ||||
-rw-r--r-- | modutils/lsmod.c | 2 | ||||
-rw-r--r-- | modutils/modinfo.c | 2 | ||||
-rw-r--r-- | modutils/modprobe.c | 2 | ||||
-rw-r--r-- | modutils/rmmod.c | 2 |
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 |