From 24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 2 Aug 2009 00:26:52 +0200 Subject: change all 'depends' lines to 'depends on' ones This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. --- package/ndisc/Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/ndisc') diff --git a/package/ndisc/Config.in b/package/ndisc/Config.in index e7cafd5ee..c5723d37b 100644 --- a/package/ndisc/Config.in +++ b/package/ndisc/Config.in @@ -3,14 +3,14 @@ config ADK_COMPILE_NDISC6 tristate default n - depends ADK_IPV6 - depends ADK_PACKAGE_NDISC6 || ADK_PACKAGE_RDISC6 || ADK_PACKAGE_TCPTRACEROUTE6 + depends on ADK_IPV6 + depends on ADK_PACKAGE_NDISC6 || ADK_PACKAGE_RDISC6 || ADK_PACKAGE_TCPTRACEROUTE6 config ADK_PACKAGE_NDISC6 prompt "ndisc6............................ An ICMPv6 neighbour discovery tool" tristate default n - depends ADK_IPV6 + depends on ADK_IPV6 select ADK_COMPILE_NDISC6 help @@ -22,7 +22,7 @@ config ADK_PACKAGE_RDISC6 prompt "rdisc6............................ An ICMPv6 router discovery tool" tristate default n - depends ADK_IPV6 + depends on ADK_IPV6 select ADK_COMPILE_NDISC6 help @@ -34,7 +34,7 @@ config ADK_PACKAGE_TCPTRACEROUTE6 prompt "tcptraceroute6.................... A TCP/IPv6-based traceroute implementation" tristate default n - depends ADK_IPV6 + depends on ADK_IPV6 select ADK_COMPILE_NDISC6 help -- cgit v1.2.3