diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 19:45:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 19:45:43 +0000 |
commit | 34d809cf624c6f35b360742447cac720a9d270a9 (patch) | |
tree | 1a097ef8c8af926c32c126aff7827f0baa849a0e /openwrt/package/Makefile | |
parent | f121cc9dfd0d91dea6c004ce1af0109e393556a2 (diff) | |
download | mtk-20170518-34d809cf624c6f35b360742447cac720a9d270a9.zip mtk-20170518-34d809cf624c6f35b360742447cac720a9d270a9.tar.gz mtk-20170518-34d809cf624c6f35b360742447cac720a9d270a9.tar.bz2 |
add tinc
SVN-Revision: 741
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 71b01d0..6cbadad 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -61,6 +61,7 @@ package-$(BR2_PACKAGE_SNORT) += snort package-$(BR2_PACKAGE_SPEEX) += speex package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump +package-$(BR2_PACKAGE_TINC) += tinc package-$(BR2_PACKAGE_UCLIBCXX) += uclibc++ package-$(BR2_PACKAGE_USBUTILS) += usbutils package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools @@ -109,6 +110,7 @@ mysql-compile: ncurses-compile zlib-compile postgresql-compile: zlib-compile nmap-compile: uclibc++-compile pcre-compile libpcap-compile kismet-compile: uclibc++-compile libpcap-compile +tinc-compile: zlib-compile openssl-compile lzo-compile snort-compile: libnet-compile libpcap-compile pcre-compile ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y) |