aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2008-02-01 23:25:32 +0000
committerPaul Fox <pgf@brightstareng.com>2008-02-01 23:25:32 +0000
commit0b2b5842a1c47bc7a3f872e9d06ab2bcc2cf4be8 (patch)
tree1e3dc018905c176c7c872670b6a0736bc82bfc5c /networking/Config.in
parentf0044c480c4da9c5818fe7a0973cd5529314d14b (diff)
downloadbusybox-0b2b5842a1c47bc7a3f872e9d06ab2bcc2cf4be8.tar.gz
Fix compilation error when FEATURE_FANCY_PING enabled. Also
reorder networking/Config.in moving FEATURE_FANCY_PING next to PING6. (Cristian Ionescu-Idbohrn)
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/networking/Config.in b/networking/Config.in
index cd986b862..e8820e10d 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -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