diff options
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 367bb2cae..201d7cd7f 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -43,7 +43,7 @@ ${TOPDIR}/.busyboxcfg: ${TOPDIR}/.config ${WRKBUILD}/.config: ${TOPDIR}/.busyboxcfg cp $(TOPDIR)/.busyboxcfg ${WRKBUILD}/.config $(SED) 's;@IDIR@;${WRKINST};' ${WRKBUILD}/.config - + do-configure: ${WRKBUILD}/.config ifeq ($(ADK_NATIVE),y) yes '' | \ |