diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 13:03:48 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 13:03:48 +0100 |
| commit | 83e7e13628686c3b11ef14dec94fae169ee08c43 (patch) | |
| tree | 6d8c9da2879c16ce0a5cae8feabe73ee0942f7bf | |
| parent | b097a84d62dcfcf201a695b54bcfafae70cac8a6 (diff) | |
| download | busybox-w32-83e7e13628686c3b11ef14dec94fae169ee08c43.tar.gz busybox-w32-83e7e13628686c3b11ef14dec94fae169ee08c43.tar.bz2 busybox-w32-83e7e13628686c3b11ef14dec94fae169ee08c43.zip | |
config: add size information for udhcpc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | networking/udhcp/Config.src | 6 | ||||
| -rwxr-xr-x | size_single_applets.sh | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index e5958804b..e13a3ec82 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # | 4 | # |
| 5 | 5 | ||
| 6 | config UDHCPD | 6 | config UDHCPD |
| 7 | bool "udhcpd" | 7 | bool "udhcpd (21 kb)" |
| 8 | default y | 8 | default y |
| 9 | select PLATFORM_LINUX | 9 | select PLATFORM_LINUX |
| 10 | help | 10 | help |
| @@ -44,7 +44,7 @@ config DHCPD_LEASES_FILE | |||
| 44 | of the file. Normally it is safe to leave it untouched. | 44 | of the file. Normally it is safe to leave it untouched. |
| 45 | 45 | ||
| 46 | config DUMPLEASES | 46 | config DUMPLEASES |
| 47 | bool "dumpleases (6.4 kb)" | 47 | bool "dumpleases (5.1 kb)" |
| 48 | default y | 48 | default y |
| 49 | help | 49 | help |
| 50 | dumpleases displays the leases written out by the udhcpd. | 50 | dumpleases displays the leases written out by the udhcpd. |
| @@ -52,7 +52,7 @@ config DUMPLEASES | |||
| 52 | by the absolute time that it expires in seconds from epoch. | 52 | by the absolute time that it expires in seconds from epoch. |
| 53 | 53 | ||
| 54 | config DHCPRELAY | 54 | config DHCPRELAY |
| 55 | bool "dhcprelay (5.8 kb)" | 55 | bool "dhcprelay (5.2 kb)" |
| 56 | default y | 56 | default y |
| 57 | help | 57 | help |
| 58 | dhcprelay listens for DHCP requests on one or more interfaces | 58 | dhcprelay listens for DHCP requests on one or more interfaces |
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 \ | |||
| 57 | test -f "$b" || continue | 57 | test -f "$b" || continue |
| 58 | 58 | ||
| 59 | file=`grep -lF "bool \"$name" $(find -name '*.c') | xargs` | 59 | file=`grep -lF "bool \"$name" $(find -name '*.c') | xargs` |
| 60 | # so far all such items are in .c files; if need to check Config.* files: | 60 | # A few applets have their CONFIG items in Config.* files, not .c files: |
| 61 | #test "$file" || file=`grep -lF "bool \"$name" $(find -name 'Config.*') | xargs` | 61 | test "$file" || file=`grep -lF "bool \"$name" $(find -name 'Config.*') | xargs` |
| 62 | test "$file" || continue | 62 | test "$file" || continue |
| 63 | #echo "FILE:'$file'" | 63 | #echo "FILE:'$file'" |
| 64 | 64 | ||
