summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-15 20:55:31 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 08:20:56 +0200
commite3463b56a160d262788823b12670154487068e46 (patch)
tree1fbe2ad7b3399c7fea65b2a12f8fd5d6d0179839 /rules/inetutils.in
parent389eea82169bcfbf3a2f10b41f8d7ea59ca0c26a (diff)
downloadptxdist-e3463b56a160d262788823b12670154487068e46.tar.gz
ptxdist-e3463b56a160d262788823b12670154487068e46.tar.xz
inetutils: fix dependencies
ping6 is not build if IPv6 is disabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/inetutils.in')
-rw-r--r--rules/inetutils.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/inetutils.in b/rules/inetutils.in
index 8335a1361..2f46110fc 100644
--- a/rules/inetutils.in
+++ b/rules/inetutils.in
@@ -56,7 +56,7 @@ comment "BusyBox' ping is selected!"
config INETUTILS_PING6
bool
- depends on !BUSYBOX_PING6 && GLOBAL_IPV6 || ALLYES
+ depends on (!BUSYBOX_PING6 || ALLYES) && GLOBAL_IPV6
prompt "ping6"
help
Ping is a small tool to check if another host is alive in the network.