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.ipvs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/config/Config.in.ipvs') 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" -- cgit v1.2.3