summaryrefslogtreecommitdiffstats
path: root/openwrt/package/wccpd/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-14 12:01:36 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-14 12:01:36 +0000
commit5f8739679a88eef70c926c4144c472b1eb94daf4 (patch)
tree398e02f2d4b852fa6a5f321481bc098d219fff75 /openwrt/package/wccpd/Config.in
parentd22bacc1b871897e5ef23790899c4d3f981fd530 (diff)
Added wccpd a Web Cache Coordination Protocol daemon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wccpd/Config.in')
-rwxr-xr-xopenwrt/package/wccpd/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/wccpd/Config.in b/openwrt/package/wccpd/Config.in
new file mode 100755
index 000000000..33b35ecb0
--- /dev/null
+++ b/openwrt/package/wccpd/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_WCCPD
+ prompt "wccpd............................. a Web Cache Coordination daemon"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ wccpd is a WCCP (Web Cache Coordination Protocol) server daemon
+ It allows a router (running Linux) to redirect web traffic to a
+ group of Squid servers using WCCP as the monitoring/controling
+ protocol.