diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /networking/ip.c | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2 busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip |
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 3cf52cdd7..de3a65bae 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" | 12 | //config: bool "ip (34 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 |
@@ -18,7 +18,7 @@ | |||
18 | //config: TCP/IP. | 18 | //config: TCP/IP. |
19 | //config: | 19 | //config: |
20 | //config:config IPADDR | 20 | //config:config IPADDR |
21 | //config: bool "ipaddr" | 21 | //config: bool "ipaddr (14 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: select FEATURE_IP_ADDRESS | 23 | //config: select FEATURE_IP_ADDRESS |
24 | //config: select PLATFORM_LINUX | 24 | //config: select PLATFORM_LINUX |
@@ -26,7 +26,7 @@ | |||
26 | //config: Support short form of ip addr: ipaddr | 26 | //config: Support short form of ip addr: ipaddr |
27 | //config: | 27 | //config: |
28 | //config:config IPLINK | 28 | //config:config IPLINK |
29 | //config: bool "iplink" | 29 | //config: bool "iplink (16 kb)" |
30 | //config: default y | 30 | //config: default y |
31 | //config: select FEATURE_IP_LINK | 31 | //config: select FEATURE_IP_LINK |
32 | //config: select PLATFORM_LINUX | 32 | //config: select PLATFORM_LINUX |
@@ -34,7 +34,7 @@ | |||
34 | //config: Support short form of ip link: iplink | 34 | //config: Support short form of ip link: iplink |
35 | //config: | 35 | //config: |
36 | //config:config IPROUTE | 36 | //config:config IPROUTE |
37 | //config: bool "iproute" | 37 | //config: bool "iproute (15 kb)" |
38 | //config: default y | 38 | //config: default y |
39 | //config: select FEATURE_IP_ROUTE | 39 | //config: select FEATURE_IP_ROUTE |
40 | //config: select PLATFORM_LINUX | 40 | //config: select PLATFORM_LINUX |
@@ -42,7 +42,7 @@ | |||
42 | //config: Support short form of ip route: iproute | 42 | //config: Support short form of ip route: iproute |
43 | //config: | 43 | //config: |
44 | //config:config IPTUNNEL | 44 | //config:config IPTUNNEL |
45 | //config: bool "iptunnel" | 45 | //config: bool "iptunnel (9.6 kb)" |
46 | //config: default y | 46 | //config: default y |
47 | //config: select FEATURE_IP_TUNNEL | 47 | //config: select FEATURE_IP_TUNNEL |
48 | //config: select PLATFORM_LINUX | 48 | //config: select PLATFORM_LINUX |
@@ -50,7 +50,7 @@ | |||
50 | //config: Support short form of ip tunnel: iptunnel | 50 | //config: Support short form of ip tunnel: iptunnel |
51 | //config: | 51 | //config: |
52 | //config:config IPRULE | 52 | //config:config IPRULE |
53 | //config: bool "iprule" | 53 | //config: bool "iprule (10 kb)" |
54 | //config: default y | 54 | //config: default y |
55 | //config: select FEATURE_IP_RULE | 55 | //config: select FEATURE_IP_RULE |
56 | //config: select PLATFORM_LINUX | 56 | //config: select PLATFORM_LINUX |
@@ -58,7 +58,7 @@ | |||
58 | //config: Support short form of ip rule: iprule | 58 | //config: Support short form of ip rule: iprule |
59 | //config: | 59 | //config: |
60 | //config:config IPNEIGH | 60 | //config:config IPNEIGH |
61 | //config: bool "ipneigh" | 61 | //config: bool "ipneigh (8.3 kb)" |
62 | //config: default y | 62 | //config: default y |
63 | //config: select FEATURE_IP_NEIGH | 63 | //config: select FEATURE_IP_NEIGH |
64 | //config: select PLATFORM_LINUX | 64 | //config: select PLATFORM_LINUX |