aboutsummaryrefslogtreecommitdiff
path: root/size_single_applets.sh
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 13:03:48 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 13:03:48 +0100
commit83e7e13628686c3b11ef14dec94fae169ee08c43 (patch)
tree6d8c9da2879c16ce0a5cae8feabe73ee0942f7bf /size_single_applets.sh
parentb097a84d62dcfcf201a695b54bcfafae70cac8a6 (diff)
downloadbusybox-83e7e13628686c3b11ef14dec94fae169ee08c43.tar.gz
config: add size information for udhcpc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'size_single_applets.sh')
-rwxr-xr-xsize_single_applets.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/size_single_applets.sh b/size_single_applets.sh
index f7f327b43..6df5d7bee 100755
--- a/size_single_applets.sh
+++ b/size_single_applets.sh
@@ -57,8 +57,8 @@ grep ^IF_ include/applets.h \
test -f "$b" || continue
file=`grep -lF "bool \"$name" $(find -name '*.c') | xargs`
- # so far all such items are in .c files; if need to check Config.* files:
- #test "$file" || file=`grep -lF "bool \"$name" $(find -name 'Config.*') | 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" || continue
#echo "FILE:'$file'"