diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-13 20:48:48 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-13 20:48:48 +0000 |
commit | c3cb38beb5db8f0f5d64d2638eae6e7b21242936 (patch) | |
tree | 0d735e7ca56220aaec7c91f8d69c10d22e54e587 /package/Makefile | |
parent | 1ae28e37b5ace45200e9c3e5523c099c004f5608 (diff) | |
download | master-187ad058-c3cb38beb5db8f0f5d64d2638eae6e7b21242936.tar.gz master-187ad058-c3cb38beb5db8f0f5d64d2638eae6e7b21242936.tar.bz2 master-187ad058-c3cb38beb5db8f0f5d64d2638eae6e7b21242936.zip |
privoxy port, first try
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3364 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 95409e12b8..2e7e0db0a4 100644 --- a/package/Makefile +++ b/package/Makefile @@ -182,6 +182,7 @@ package-$(BR2_COMPILE_POSTGRESQL) += postgresql package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd +package-$(BR2_PACKAGE_PRIVOXY) += privoxy package-$(BR2_PACKAGE_PSYBNC) += psybnc package-$(BR2_PACKAGE_PTUNNEL) += ptunnel package-$(BR2_PACKAGE_QUAGGA) += quagga @@ -344,6 +345,7 @@ peerguardian-compile: libpthread-compile portmap-compile: tcp_wrappers-compile postgresql-compile: zlib-compile ppp-compile: linux-atm-compile libpcap-compile +privoxy-compile: pcre-compile ptunnel-compile: libpcap-compile quagga-compile: readline-compile ncurses-compile raddump-compile: openssl-compile libpcap-compile |