summaryrefslogtreecommitdiffstats
path: root/rules/inetutils.in
diff options
context:
space:
mode:
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.