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 | e02151d4cda7be97daa0c06f9921fd5daff104bc (patch) | |
tree | 8cdae2ca783cde73af53d5c4fee27e4bc70ed890 /package/Makefile | |
parent | 641ab9d20dc49515d507fb1143cf996a120b44d9 (diff) | |
download | upstream-e02151d4cda7be97daa0c06f9921fd5daff104bc.tar.gz upstream-e02151d4cda7be97daa0c06f9921fd5daff104bc.tar.bz2 upstream-e02151d4cda7be97daa0c06f9921fd5daff104bc.zip |
fix typo regarding vnc-reflector
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2705 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 0ce945e3bc..1c283ac217 100644 --- a/package/Makefile +++ b/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 |