config: add size information for three more applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
1476760600
commit
df1ff103c9
@ -60,7 +60,7 @@ config DHCPRELAY
|
|||||||
server.
|
server.
|
||||||
|
|
||||||
config UDHCPC
|
config UDHCPC
|
||||||
bool "udhcpc"
|
bool "udhcpc (24 kb)"
|
||||||
default y
|
default y
|
||||||
select PLATFORM_LINUX
|
select PLATFORM_LINUX
|
||||||
help
|
help
|
||||||
|
@ -56,9 +56,9 @@ grep ^IF_ include/applets.h \
|
|||||||
b="busybox_${app}"
|
b="busybox_${app}"
|
||||||
test -f "$b" || continue
|
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:
|
# 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
|
test "$file" || continue
|
||||||
#echo "FILE:'$file'"
|
#echo "FILE:'$file'"
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
* enforced (but it's not much fun on a character device :-).
|
* enforced (but it's not much fun on a character device :-).
|
||||||
*/
|
*/
|
||||||
//config:config FSCK_MINIX
|
//config:config FSCK_MINIX
|
||||||
//config: bool "fsck_minix"
|
//config: bool "fsck.minix (13 kb)"
|
||||||
//config: default y
|
//config: default y
|
||||||
//config: help
|
//config: help
|
||||||
//config: The minix filesystem is a nice, small, compact, read-write filesystem
|
//config: The minix filesystem is a nice, small, compact, read-write filesystem
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
* removed getopt based parser and added a hand rolled one.
|
* removed getopt based parser and added a hand rolled one.
|
||||||
*/
|
*/
|
||||||
//config:config MKFS_MINIX
|
//config:config MKFS_MINIX
|
||||||
//config: bool "mkfs_minix"
|
//config: bool "mkfs.minix (10 kb)"
|
||||||
//config: default y
|
//config: default y
|
||||||
//config: select PLATFORM_LINUX
|
//config: select PLATFORM_LINUX
|
||||||
//config: help
|
//config: help
|
||||||
|
Loading…
Reference in New Issue
Block a user