From 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Jul 2017 22:01:24 +0200 Subject: Update menuconfig items with approximate applet sizes Signed-off-by: Denys Vlasenko --- modutils/depmod.c | 2 +- modutils/insmod.c | 2 +- modutils/lsmod.c | 2 +- modutils/modinfo.c | 2 +- modutils/modprobe.c | 2 +- modutils/rmmod.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'modutils') 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 -- cgit v1.2.3