summaryrefslogtreecommitdiffstats
path: root/openwrt/package/squid/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
commit725611a466f2edf12f809d22339b22223af4afe7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/package/squid/Config.in
parentf4dd5a6d7c4ebea48cd6292744cb9def6037de80 (diff)
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/squid/Config.in')
-rw-r--r--openwrt/package/squid/Config.in93
1 files changed, 0 insertions, 93 deletions
diff --git a/openwrt/package/squid/Config.in b/openwrt/package/squid/Config.in
deleted file mode 100644
index 100740cd9..000000000
--- a/openwrt/package/squid/Config.in
+++ /dev/null
@@ -1,93 +0,0 @@
-menu "squid............................. proxy and web cache"
-
-config BR2_PACKAGE_SQUID
- prompt "squid................................. full-featured Web proxy cache"
- tristate
- default m if CONFIG_DEVEL
- select BR2_PACKAGE_LIBOPENSSL
- help
- Squid is a high-performance proxy caching server for web clients,
- supporting FTP, gopher, and HTTP data objects. Unlike traditional
- caching software, Squid handles all requests in a single,
- non-blocking, I/O-driven process.
-
- http://www.squid-cache.org
-
-config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_GETPWNAM
- prompt "squid-mod-basic-auth-getpwnam......... getpwnam basic authentication helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Password basic authentication helper
-
-config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_NCSA
- prompt "squid-mod-basic-auth-ncsa............. NCSA basic authentication helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- NCSA basic authentication helper
-
-config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_SMB
- prompt "squid-mod-basic-auth-smb.............. Samba basic authentication helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Samba basic authentication helper
-
-config BR2_PACKAGE_SQUID_MOD_BASIC_AUTH_WINBIND
- prompt "squid-mod-basic-auth-winbind.......... Winbind basic authentication helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Winbind basic authentication helper
-
-config BR2_PACKAGE_SQUID_MOD_DIGEST_AUTH_PASSWORD
- prompt "squid-mod-digest-auth-password........ Password digest authentication ehlper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Password digest authentication helper
-
-config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_IP_USER
- prompt "squid-mod-external-acl-ip_user........ IP user external ACL helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- IP user external ACL helper
-
-config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_UNIX_GROUP
- prompt "squid-mod-external-acl-unix-group..... Unix group external ACL helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Unix group external ACL helper
-
-config BR2_PACKAGE_SQUID_MOD_EXTERNAL_ACL_WINBIND_GROUP
- prompt "squid-mod-external-acl-winbind-group.. Winbind group external ACL helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Winbind group external ACL helper
-
-config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_FAKEAUTH
- prompt "squid-mod-ntlm-auth-fakeauth.......... Fakeauth NTLM authentication helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Fakeauth NTLM authentication helper
-
-config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_SMB_AUTH
- prompt "squid-mod-ntlm-auth-smb-auth.......... Samba NTLM authentication helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Samba NTLM authentication helper
-
-config BR2_PACKAGE_SQUID_MOD_NTLM_AUTH_WINBIND_AUTH
- prompt "squid-mod-ntlm-auth-winbind-auth...... Winbind NTLM authentication helper"
- tristate
- depends BR2_PACKAGE_SQUID
- help
- Winbind NTLM authentication helper
-
-endmenu