From 995996dc0123cfbb483629aa6307c180a9eeeffa Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Thu, 6 Jan 2011 20:26:16 +0000 Subject: workaround for make package=busybox Signed-off-by: Thorsten Glaser --- package/busybox/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 2f17738bc..d0375cfe9 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -27,6 +27,10 @@ SUB_INSTALLS-y:= SUB_INSTALLS-m:= SUB_INSTALLS-${ADK_PACKAGE_UDHCPD}+= udhcpd-install +ifeq (${DEVELOPER},1) +SUB_INSTALLS-y+= udhcpd-install +endif + CONFIG_STYLE:= manual BUILD_STYLE:= manual INSTALL_STYLE:= manual -- cgit v1.2.3