diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-14 12:01:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-14 12:01:36 +0000 |
commit | 25f514a1f78e7445330e7be3ef5963b0f66637c6 (patch) | |
tree | 1be80177ad740e754b6bca64336eaa1696573a7e /package/Makefile | |
parent | 8701eb1865f5fc8801a82b728436af81ac084b3b (diff) | |
download | upstream-25f514a1f78e7445330e7be3ef5963b0f66637c6.tar.gz upstream-25f514a1f78e7445330e7be3ef5963b0f66637c6.tar.bz2 upstream-25f514a1f78e7445330e7be3ef5963b0f66637c6.zip |
Added wccpd a Web Cache Coordination Protocol daemon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index e273949fda..b4ad107431 100644 --- a/package/Makefile +++ b/package/Makefile @@ -212,6 +212,7 @@ package-$(BR2_PACKAGE_VPNC) += vpnc package-$(BR2_PACKGE_VRRPD) += vrrpd package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd +package-$(BR2_PACKAGE_WCCPD) += wccpd package-$(BR2_PACKAGE_WIFICONF) += wificonf package-$(BR2_PACKAGE_WIFIDOG) += wifidog package-$(BR2_PACKAGE_WIVIZ) += wiviz |