diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-16 19:15:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-16 19:15:08 +0000 |
commit | 6efeb10fec0b124659514c34962dbc0fe8024b12 (patch) | |
tree | afb48cd6c05893166570295c44b8c2d023eec2c4 /openwrt | |
parent | 3a3c3d39ff1b34688cd8baa32bb2002ddfb566b9 (diff) | |
download | mtk-20170518-6efeb10fec0b124659514c34962dbc0fe8024b12.zip mtk-20170518-6efeb10fec0b124659514c34962dbc0fe8024b12.tar.gz mtk-20170518-6efeb10fec0b124659514c34962dbc0fe8024b12.tar.bz2 |
fix typo regarding vnc-reflector
SVN-Revision: 2705
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0ce945e..1c283ac 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -212,7 +212,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_VNC_REFLECTOR) += vnc-reflector package-$(BR2_PACKAGE_VPNC) += vpnc package-$(BR2_PACKAGE_VRRPD) += vrrpd package-$(BR2_PACKAGE_VTUN) += vtun |