diff options
author | Denys Vlasenko | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /networking/ip.c | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip busybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ip.c')
-rw-r--r-- | networking/ip.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/networking/ip.c b/networking/ip.c index 3cf52cd..de3a65b 100644 --- a/networking/ip.c +++ b/networking/ip.c @@ -9,7 +9,7 @@ * Bernhard Reutner-Fischer rewrote to use index_in_substr_array */ //config:config IP -//config: bool "ip" +//config: bool "ip (34 kb)" //config: default y //config: select PLATFORM_LINUX //config: help @@ -18,7 +18,7 @@ //config: TCP/IP. //config: //config:config IPADDR -//config: bool "ipaddr" +//config: bool "ipaddr (14 kb)" //config: default y //config: select FEATURE_IP_ADDRESS //config: select PLATFORM_LINUX @@ -26,7 +26,7 @@ //config: Support short form of ip addr: ipaddr //config: //config:config IPLINK -//config: bool "iplink" +//config: bool "iplink (16 kb)" //config: default y //config: select FEATURE_IP_LINK //config: select PLATFORM_LINUX @@ -34,7 +34,7 @@ //config: Support short form of ip link: iplink //config: //config:config IPROUTE -//config: bool "iproute" +//config: bool "iproute (15 kb)" //config: default y //config: select FEATURE_IP_ROUTE //config: select PLATFORM_LINUX @@ -42,7 +42,7 @@ //config: Support short form of ip route: iproute //config: //config:config IPTUNNEL -//config: bool "iptunnel" +//config: bool "iptunnel (9.6 kb)" //config: default y //config: select FEATURE_IP_TUNNEL //config: select PLATFORM_LINUX @@ -50,7 +50,7 @@ //config: Support short form of ip tunnel: iptunnel //config: //config:config IPRULE -//config: bool "iprule" +//config: bool "iprule (10 kb)" //config: default y //config: select FEATURE_IP_RULE //config: select PLATFORM_LINUX @@ -58,7 +58,7 @@ //config: Support short form of ip rule: iprule //config: //config:config IPNEIGH -//config: bool "ipneigh" +//config: bool "ipneigh (8.3 kb)" //config: default y //config: select FEATURE_IP_NEIGH //config: select PLATFORM_LINUX |