diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
commit | b097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch) | |
tree | c3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /networking/ip.c | |
parent | 10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff) | |
download | busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.bz2 busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip |
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ip.c b/networking/ip.c index 97d618cd9..034ee4fc8 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Bernhard Reutner-Fischer rewrote to use index_in_substr_array | 9 | * Bernhard Reutner-Fischer rewrote to use index_in_substr_array |
10 | */ | 10 | */ |
11 | //config:config IP | 11 | //config:config IP |
12 | //config: bool "ip (34 kb)" | 12 | //config: bool "ip (35 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
@@ -28,7 +28,7 @@ | |||
28 | //config: Short form of "ip addr" | 28 | //config: Short form of "ip addr" |
29 | //config: | 29 | //config: |
30 | //config:config IPLINK | 30 | //config:config IPLINK |
31 | //config: bool "iplink (16 kb)" | 31 | //config: bool "iplink (17 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: select FEATURE_IP_LINK | 33 | //config: select FEATURE_IP_LINK |
34 | //config: select PLATFORM_LINUX | 34 | //config: select PLATFORM_LINUX |