From 539b0b266db0e6cd8db2da0aa6aee5f5fc9ff372 Mon Sep 17 00:00:00 2001 From: Fedor Date: Wed, 13 Oct 2010 17:56:21 -0400 Subject: [PATCH] Build: compile some extra utilities --- release/src/router/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release/src/router/Makefile b/release/src/router/Makefile index 6bf9c814fa..81ee13d2e1 100644 --- a/release/src/router/Makefile +++ b/release/src/router/Makefile @@ -41,7 +41,8 @@ obj-y += dnsmasq obj-y += etc # obj-y += vlan # use Busybox vconfig obj-y += ppp -#obj-y += ttcp +obj-y += ttcp +obj-y += utils obj-y += ntpc obj-y += rstats @@ -387,6 +388,10 @@ endif @mkdir -p $(PLATFORMDIR)/extras/apps @mkdir -p $(PLATFORMDIR)/extras/lib + @mv $(TARGETDIR)/usr/sbin/ttcp $(PLATFORMDIR)/extras/apps/ || true + @mv $(TARGETDIR)/usr/sbin/mii-tool $(PLATFORMDIR)/extras/apps/ || true + @mv $(TARGETDIR)/usr/sbin/robocfg $(PLATFORMDIR)/extras/apps/ || true + $(if $(NEED_EX_USB),@cp -f,@mv) $(TARGETDIR)/usr/lib/libusb* $(PLATFORMDIR)/extras/lib/ || true $(if $(NEED_EX_USB),@cp -f,@mv) $(TARGETDIR)/usr/sbin/usb_modeswitch $(PLATFORMDIR)/extras/apps/ || true @cp usbmodeswitch/usb_modeswitch.conf $(PLATFORMDIR)/extras/apps/usb_modeswitch.conf || true -- 2.11.4.GIT