summaryrefslogtreecommitdiff
path: root/package/squid
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 /package/squid
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 'package/squid')
-rw-r--r--package/squid/Config.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/package/squid/Config.in b/package/squid/Config.in
index bdace2a49..29e4e7489 100644
--- a/package/squid/Config.in
+++ b/package/squid/Config.in
@@ -3,7 +3,7 @@ config ADK_PACKAGE_SQUID
prompt "squid............................. full-featured Web proxy cache"
tristate
default n
- depends ADK_CXX
+ depends on ADK_CXX
select ADK_PACKAGE_LIBOPENSSL
help
Squid is a high-performance proxy caching server for web clients,
@@ -18,56 +18,56 @@ menu "squid............................. proxy and web cache modules"
config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
prompt " squid-mod-basic-auth-getpwnam....... getpwnam basic authentication helper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
Password basic authentication helper
config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
prompt " squid-mod-basic-auth-ncsa........... NCSA basic authentication helper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
NCSA basic authentication helper
config ADK_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
prompt " squid-mod-basic-auth-smb............ Samba basic authentication helper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
Samba basic authentication helper
config ADK_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
prompt " squid-mod-digest-auth-password...... Password digest authentication ehlper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
Password digest authentication helper
config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
prompt " squid-mod-external-acl-ip_user...... IP user external ACL helper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
IP user external ACL helper
config ADK_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
prompt " squid-mod-external-acl-unix-group... Unix group external ACL helper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
Unix group external ACL helper
config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
prompt " squid-mod-ntlm-auth-fakeauth........ Fakeauth NTLM authentication helper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
Fakeauth NTLM authentication helper
config ADK_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
prompt " squid-mod-ntlm-auth-smb-auth........ Samba NTLM authentication helper"
tristate
- depends ADK_PACKAGE_SQUID
+ depends on ADK_PACKAGE_SQUID
help
Samba NTLM authentication helper