summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.network
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 00:26:52 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:19 +0200
commit24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e (patch)
tree8b8dd384afba2b7f960fb456d39eef64c55d47f6 /target/linux/config/Config.in.network
parent17a64091553c08d404917f37453555d674d9b324 (diff)
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.
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r--target/linux/config/Config.in.network12
1 files changed, 6 insertions, 6 deletions
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