diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ping.c b/networking/ping.c index 570184fee..b534c74c7 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * The code was modified by Bart Visscher <magick@linux-fan.com> | 25 | * The code was modified by Bart Visscher <magick@linux-fan.com> |
26 | */ | 26 | */ |
27 | //config:config PING | 27 | //config:config PING |
28 | //config: bool "ping (9.5 kb)" | 28 | //config: bool "ping (10 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: select PLATFORM_LINUX | 30 | //config: select PLATFORM_LINUX |
31 | //config: help | 31 | //config: help |
@@ -33,7 +33,7 @@ | |||
33 | //config: elicit an ICMP ECHO_RESPONSE from a host or gateway. | 33 | //config: elicit an ICMP ECHO_RESPONSE from a host or gateway. |
34 | //config: | 34 | //config: |
35 | //config:config PING6 | 35 | //config:config PING6 |
36 | //config: bool "ping6 (10 kb)" | 36 | //config: bool "ping6 (11 kb)" |
37 | //config: default y | 37 | //config: default y |
38 | //config: depends on FEATURE_IPV6 | 38 | //config: depends on FEATURE_IPV6 |
39 | //config: help | 39 | //config: help |