summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2013-07-29 12:43:56 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-08-12 18:45:18 +0200
commitc78b2e1f9faee02c75a770f0ce4c7885346d16ad (patch)
treef60e762eb7c3e1fb99246b135706f7dbf9697937 /rules/inetutils.in
parente9bba65b27d8a340df3c8d9826bd89ab2c4ffe63 (diff)
downloadptxdist-c78b2e1f9faee02c75a770f0ce4c7885346d16ad.tar.gz
ptxdist-c78b2e1f9faee02c75a770f0ce4c7885346d16ad.tar.xz
inetutils: add support for ping6
This patch adds support to compile and install the ping6 binary from inetutils package. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index fbc524e5e..876c29820 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -54,6 +54,17 @@ config INETUTILS_PING
comment "BusyBox' ping is selected!"
depends on BUSYBOX_PING
+config INETUTILS_PING6
+ bool
+ depends on !BUSYBOX_PING6 && GLOBAL_IPV6 || ALLYES
+ prompt "ping6"
+ help
+ Ping is a small tool to check if another host is alive in the network.
+ This version of ping is for ipv6 networks.
+
+comment "BusyBox' ping6 is selected!"
+ depends on BUSYBOX_PING6
+
# -----
config INETUTILS_RCP