summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2011-01-06 20:26:16 +0000
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-06 21:44:59 +0100
commit995996dc0123cfbb483629aa6307c180a9eeeffa (patch)
tree8b32a61b14970983fcb3b719f0a3e8b9be14d48f /package
parentf1731031716368f07797e93cc7ae71e155ac92e0 (diff)
workaround for make package=busybox
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package')
-rw-r--r--package/busybox/Makefile4
1 files changed, 4 insertions, 0 deletions
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