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 | 4d5e35c1952e5601e4d7c3db845bef445699bb1f (patch) | |
| tree | 0dc0190cb0340cba2e7e17ce99a016afb082be87 | |
| parent | e6538e9799373d26e69f74ad13269c2b683c150f (diff) | |
| download | upstream-4d5e35c1952e5601e4d7c3db845bef445699bb1f.tar.gz upstream-4d5e35c1952e5601e4d7c3db845bef445699bb1f.tar.bz2 upstream-4d5e35c1952e5601e4d7c3db845bef445699bb1f.zip | |
fix typo regarding vnc-reflector
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2705 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 0ce945e3bcf..1c283ac217f 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 |
