summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.network
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
commitaa36ba1bfedbec0a5a8682dd862697eb4c090a13 (patch)
tree2e178bb008ea0076185a841cc35cb6ceffe7a4fa /target/linux/config/Config.in.network
parent1c47490f586071528b387edc46e531c88bd77dc7 (diff)
parentcda64efca568ec61c064b44f494f58f7a08bd4e7 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 255e17738..4fa5d37a5 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