config: add size information for udhcpc

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-12-28 13:03:48 +01:00
parent b097a84d62
commit 83e7e13628
2 changed files with 5 additions and 5 deletions

View File

@@ -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'"