diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 10:22:15 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 10:22:15 +0000 |
commit | 63bb3d91544b8e09e859e9be19b66c0da1b226f5 (patch) | |
tree | 79eb42f16fedc1a588926f630d428ae593f750a1 /openwrt/package/Makefile | |
parent | f4af9e6ffa08d46109f621030f33466073298245 (diff) |
Added vnc-reflector, corrected typo in vpnc/Config.in added then to menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2648 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 af04601fe2..f906df6074 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 |