diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 21:13:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 21:13:21 +0000 |
commit | 86b91c403f734d1ec0ad3460a173a354062b2b88 (patch) | |
tree | 4cedf9f24e70065bb0d59dba81b9c558de41b731 /openwrt/package/Makefile | |
parent | 726b0f00faf4abd3b0b8cf7ef0ca9f1e6ddcac29 (diff) | |
download | mtk-20170518-86b91c403f734d1ec0ad3460a173a354062b2b88.zip mtk-20170518-86b91c403f734d1ec0ad3460a173a354062b2b88.tar.gz mtk-20170518-86b91c403f734d1ec0ad3460a173a354062b2b88.tar.bz2 |
add vtun package
SVN-Revision: 1120
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 c3432bd..d445745 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -100,6 +100,7 @@ package-$(BR2_PACKAGE_TTCP) += ttcp package-$(BR2_PACKAGE_UCLIBCXX) += uclibc++ package-$(BR2_PACKAGE_ULOGD) += ulogd package-$(BR2_PACKAGE_USBUTILS) += usbutils +package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol @@ -142,6 +143,7 @@ siproxd-compile: libosip2-compile sipsak-compile: openssl-compile tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile lzo-compile +vtun-compile: zlib-compile openssl-compile lzo-compile tor-compile: libevent-compile openssl-compile zlib-compile wpa_supplicant-compile: openssl-compile |