Fix compilation error when FEATURE_FANCY_PING enabled. Also

reorder networking/Config.in moving FEATURE_FANCY_PING next to
PING6.  (Cristian Ionescu-Idbohrn)
This commit is contained in:
Paul Fox
2008-02-01 23:25:32 +00:00
parent f0044c480c
commit 0b2b5842a1
2 changed files with 8 additions and 8 deletions

View File

@@ -645,12 +645,6 @@ config PING6
help
This will give you a ping that can talk IPv6.
config PSCAN
bool "pscan"
default n
help
Simple network port scanner.
config FEATURE_FANCY_PING
bool "Enable fancy ping output"
default y
@@ -659,6 +653,12 @@ config FEATURE_FANCY_PING
Make the output from the ping applet include statistics, and at the
same time provide full support for ICMP packets.
config PSCAN
bool "pscan"
default n
help
Simple network port scanner.
config ROUTE
bool "route"
default n