diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2011-01-06 20:26:16 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-06 21:44:59 +0100 |
commit | 995996dc0123cfbb483629aa6307c180a9eeeffa (patch) | |
tree | 8b32a61b14970983fcb3b719f0a3e8b9be14d48f | |
parent | f1731031716368f07797e93cc7ae71e155ac92e0 (diff) |
workaround for make package=busybox
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
-rw-r--r-- | package/busybox/Makefile | 4 |
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 |