diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-14 14:20:13 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-14 14:20:13 +0000 |
commit | 75a7275dc28d149b160a76935d4642f7fdbae4ae (patch) | |
tree | 6f0feeb6f27564ef66da4730ab94004d1567303a /openwrt/package/Makefile | |
parent | b14d40272eb178a72870b90d65b953532eccf05d (diff) |
Add squid, with its modules.
Fix fakeidentd compilation (wrong source downloading),closes #478
Fix GNUTLS dependency for weechat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 4d0f0046f..bc5f1f287 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -241,6 +241,7 @@ package-$(BR2_PACKAGE_SOCAT) += socat package-$(BR2_COMPILE_SPEEX) += speex package-$(BR2_COMPILE_SQLITE) += sqlite package-$(BR2_COMPILE_SQLITE2) += sqlite2 +package-$(BR2_PACKAGE_SQUID) += squid package-$(BR2_PACKAGE_SSMTP) += ssmtp package-$(BR2_PACKAGE_SSLTUNNEL) += ssltunnel package-$(BR2_PACKAGE_SRELAY) += srelay |