diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 14:42:25 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 14:42:25 +0000 |
commit | 77f04f877cfc40f250d1e8869886d2ad0c15e871 (patch) | |
tree | 9e2c3a8d8aa714a433514040d655ef58201e3221 /package/Makefile | |
parent | 92c700dff73ab3b0699173d2d740b158465d3de1 (diff) |
Add vncrepeater, with uClibc++ linking, needs therefore testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3605 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index fa78d4ad11..0004c0e4cb 100644 --- a/package/Makefile +++ b/package/Makefile @@ -260,6 +260,7 @@ package-$(BR2_COMPILE_UTIL_LINUX) += util-linux package-$(BR2_PACKAGE_UDEV) += udev package-$(BR2_PACKAGE_VIM) += vim package-$(BR2_PACKAGE_VGP) += vgp +package-$(BR2_PACKAGE_VNCREPEATER) += vncrepeater package-$(BR2_PACKAGE_VNC_REFLECTOR) += vnc-reflector package-$(BR2_PACKAGE_VNSTAT) += vnstat package-$(BR2_PACKAGE_VPNC) += vpnc |