From b097a84d62dcfcf201a695b54bcfafae70cac8a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 03:20:17 +0100 Subject: config: update size information Signed-off-by: Denys Vlasenko --- modutils/depmod.c | 2 +- modutils/lsmod.c | 2 +- modutils/modinfo.c | 2 +- modutils/modprobe.c | 2 +- modutils/rmmod.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'modutils') diff --git a/modutils/depmod.c b/modutils/depmod.c index 004c67a11..b5244fc60 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 (26 kb)" +//config: bool "depmod (27 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 84860cd79..694205fda 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 (4.3 kb)" +//config: bool "lsmod (1.9 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/modutils/modinfo.c b/modutils/modinfo.c index 3f91622a9..1e63f745f 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 (25 kb)" +//config: bool "modinfo (24 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 291e4cb90..0a372a049 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 (29 kb)" +//config: bool "modprobe (28 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/modutils/rmmod.c b/modutils/rmmod.c index df50e58af..a3548879c 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.6 kb)" +//config: bool "rmmod (3.3 kb)" //config: default y //config: select PLATFORM_LINUX //config: help -- cgit v1.2.3