aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-27 19:45:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-27 19:45:43 +0000
commit0a3b32dfcd66dd80c2ad946fa87b4815ef395a89 (patch)
tree38fc48615e196b01322a97a9bba682e2c882cc2c /package/Makefile
parent244fc0d4fde8c0aaf57f31c3387749cd17b8a466 (diff)
downloadmaster-187ad058-0a3b32dfcd66dd80c2ad946fa87b4815ef395a89.tar.gz
master-187ad058-0a3b32dfcd66dd80c2ad946fa87b4815ef395a89.tar.bz2
master-187ad058-0a3b32dfcd66dd80c2ad946fa87b4815ef395a89.zip
add tinc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 71b01d0001..6cbadad24a 100644
--- a/package/Makefile
+++ b/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)