summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.ipvs
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.ipvs
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.ipvs')
-rw-r--r--target/linux/config/Config.in.ipvs8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.ipvs b/target/linux/config/Config.in.ipvs
index cec68d6cf..1a5fbd063 100644
--- a/target/linux/config/Config.in.ipvs
+++ b/target/linux/config/Config.in.ipvs
@@ -10,10 +10,10 @@ config ADK_KERNEL_IP_VS_DEBUG
prompt "enable debugging support"
boolean
default n
- depends ADK_KPACKAGE_KMOD_IP_VS
+ depends on ADK_KPACKAGE_KMOD_IP_VS
menu "IPVS transport protocol load balancing support"
- depends ADK_KPACKAGE_KMOD_IP_VS
+ depends on ADK_KPACKAGE_KMOD_IP_VS
config ADK_KERNEL_IP_VS_PROTO_TCP
prompt "TCP load balancing support"
@@ -50,7 +50,7 @@ config ADK_KERNEL_IP_VS_PROTO_AH
endmenu
menu "IPVS Scheduler"
- depends ADK_KPACKAGE_KMOD_IP_VS
+ depends on ADK_KPACKAGE_KMOD_IP_VS
config ADK_KPACKAGE_KMOD_IP_VS_RR
prompt "kmod-ip-vs-rr......................... round-robin"
@@ -105,7 +105,7 @@ config ADK_KPACKAGE_KMOD_IP_VS_NQ
endmenu
menu "IPVS application helper"
- depends ADK_KPACKAGE_KMOD_IP_VS
+ depends on ADK_KPACKAGE_KMOD_IP_VS
config ADK_KPACKAGE_KMOD_IP_VS_FTP
prompt "kmod-ip-vs-ftp........................ FTP protocol"