config: add size information for three more applets
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Dec 2018 12:37:44 +0000 (13:37 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Dec 2018 12:37:44 +0000 (13:37 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/Config.src
size_single_applets.sh
util-linux/fsck_minix.c
util-linux/mkfs_minix.c

index e13a3ec829aa80ba7108d6cc20cfdedd6491a82d..f16fc0a4f2d8df43d489141e81ade1265f5dcfbe 100644 (file)
@@ -60,7 +60,7 @@ config DHCPRELAY
        server.
 
 config UDHCPC
-       bool "udhcpc"
+       bool "udhcpc (24 kb)"
        default y
        select PLATFORM_LINUX
        help
index 6df5d7beea579a82ecd1282dd9aa66957fd4cdd6..4b70e761fc24357cdbf8dca30cc870d649a9d6c0 100755 (executable)
@@ -56,9 +56,9 @@ grep ^IF_ include/applets.h \
        b="busybox_${app}"
        test -f "$b" || continue
 
-       file=`grep -lF "bool \"$name" $(find -name '*.c') | xargs`
+       file=`grep -l "bool \"$name[\" ]" $(find -name '*.c') | xargs`
        # A few applets have their CONFIG items in Config.* files, not .c files:
-       test "$file" || file=`grep -lF "bool \"$name" $(find -name 'Config.*') | xargs`
+       test "$file" || file=`grep -l "bool \"$name[\" ]" $(find -name 'Config.*') | xargs`
        test "$file" || continue
        #echo "FILE:'$file'"
 
index c4612f251a6b049e2e138503c1a32c79218aec67..f523da945a5a78d6662554607490fb7e63124a40 100644 (file)
@@ -86,7 +86,7 @@
  * enforced (but it's not much fun on a character device :-).
  */
 //config:config FSCK_MINIX
-//config:      bool "fsck_minix"
+//config:      bool "fsck.minix (13 kb)"
 //config:      default y
 //config:      help
 //config:      The minix filesystem is a nice, small, compact, read-write filesystem
index 69dfcd123593fc9aa3668345e9a32d3bc2e7c1ac..e191acbd0c01c2402a92cc51d6b1e354513cd337 100644 (file)
@@ -63,7 +63,7 @@
  *     removed getopt based parser and added a hand rolled one.
  */
 //config:config MKFS_MINIX
-//config:      bool "mkfs_minix"
+//config:      bool "mkfs.minix (10 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help