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. --- target/linux/config/Config.in.network | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/config/Config.in.network') diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 195006c51..05bd03137 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -108,7 +108,7 @@ config ADK_KPACKAGE_KMOD_NET_IPIP config ADK_KPACKAGE_KMOD_NET_IPGRE prompt "kmod-net-ipgre.................... GRE tunnels over IP" tristate - #depends ADK_KPACKAGE_KMOD_NET_IPGRE_BROADCAST + #depends on ADK_KPACKAGE_KMOD_NET_IPGRE_BROADCAST default n help Tunneling means encapsulating data of one protocol type within @@ -124,7 +124,7 @@ config ADK_KPACKAGE_KMOD_NET_IPGRE config ADK_KPACKAGE_KMOD_IPV6 prompt "kmod-ipv6......................... IPv6 support" tristate - depends ADK_IPV6 + depends on ADK_IPV6 default n help This is complemental support for the IP version 6. @@ -139,7 +139,7 @@ config ADK_KPACKAGE_KMOD_IPV6 config ADK_KPACKAGE_KMOD_IPV6_SIT prompt "kmod-ipv6-sit..................... IPv6-in-IPv4 tunnel (SIT driver)" tristate - depends ADK_IPV6 + depends on ADK_IPV6 select ADK_KPACKAGE_KMOD_INET_TUNNEL default n help @@ -182,7 +182,7 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE prompt "kmod-ppp-mppe................... PPP MPPE/MPPC module" tristate default n - depends ADK_KPACKAGE_KMOD_PPP + depends on ADK_KPACKAGE_KMOD_PPP select ADK_KERNEL_CRYPTO select ADK_KPACKAGE_KMOD_CRYPTO_ARC4 select ADK_KPACKAGE_KMOD_CRYPTO_SHA1 @@ -198,7 +198,7 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE # prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support" # tristate # default n -# depends ADK_KPACKAGE_KMOD_PPP +# depends on ADK_KPACKAGE_KMOD_PPP # select ADK_KPACKAGE_KMOD_ATM # help # Support for PPP over ATM @@ -207,7 +207,7 @@ config ADK_KPACKAGE_KMOD_PPPOE prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support" tristate default n - depends ADK_KPACKAGE_KMOD_PPP + depends on ADK_KPACKAGE_KMOD_PPP help Support for PPP over Ethernet -- cgit v1.2.3