diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-23 19:55:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-23 19:55:12 +0000 |
commit | dfa5e4f3d9068c0e5624851632ce01c6692e42a6 (patch) | |
tree | 337b9a65ab81b16b8dca316eb012b193f7796794 /package/Makefile | |
parent | 131f756149b5a10b5fffc7c2f5b7bb2f49bb5e90 (diff) | |
download | upstream-dfa5e4f3d9068c0e5624851632ce01c6692e42a6.tar.gz upstream-dfa5e4f3d9068c0e5624851632ce01c6692e42a6.tar.bz2 upstream-dfa5e4f3d9068c0e5624851632ce01c6692e42a6.zip |
Add tor package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1026 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 0d88ed7bde..d595cd756b 100644 --- a/package/Makefile +++ b/package/Makefile @@ -88,6 +88,7 @@ package-$(BR2_PACKAGE_SPEEX) += speex package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_TINC) += tinc +package-$(BR2_PACKAGE_TOR) += tor package-$(BR2_PACKAGE_TTCP) += ttcp package-$(BR2_PACKAGE_UCLIBCXX) += uclibc++ package-$(BR2_PACKAGE_ULOGD) += ulogd @@ -135,6 +136,7 @@ siproxd-compile: libosip2-compile sipsak-compile: openssl-compile tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile lzo-compile +tor-compile: libevent-compile openssl-compile zlib-compile wpa_supplicant-compile: openssl-compile asterisk-compile: openssl-compile |