diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-13 10:22:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-13 10:22:15 +0000 |
commit | 9e0057bdf6f40bf6f30e12450abca07ab9fd21ca (patch) | |
tree | 230292c41ee3e9615a0e89f1d7af27a4931b3833 /openwrt/package/Makefile | |
parent | 10711d79714504f7250684bcef475d35272f5f04 (diff) | |
download | mtk-20170518-9e0057bdf6f40bf6f30e12450abca07ab9fd21ca.zip mtk-20170518-9e0057bdf6f40bf6f30e12450abca07ab9fd21ca.tar.gz mtk-20170518-9e0057bdf6f40bf6f30e12450abca07ab9fd21ca.tar.bz2 |
Added vnc-reflector, corrected typo in vpnc/Config.in added then to menuconfig
SVN-Revision: 2648
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 af04601..f906df6 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -206,6 +206,7 @@ package-$(BR2_PACKAGE_USTL) += ustl package-$(BR2_COMPILE_UTIL_LINUX) += util-linux package-$(BR2_PACKAGE_UDEV) += udev package-$(BR2_PACKAGE_VGP) += vgp +package_$(BR2_PACKAGE_VNC_REFLECTOR) += vnc-reflector package-$(BR2_PACKAGE_VPNC) += vpnc package-$(BR2_PACKGE_VRRPD) += vrrpd package-$(BR2_PACKAGE_VTUN) += vtun @@ -315,6 +316,7 @@ tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile liblzo-compile tor-compile: libevent-compile openssl-compile zlib-compile usbutils-compile: libusb-compile +vnc-reflector-compile: jpeg-compile zlib-compile vpnc-compile: libgcrypt-compile libgpg-error-compile vtun-compile: zlib-compile openssl-compile liblzo-compile wificonf-compile: wireless-tools-compile nvram-compile |