From: John Crispin Date: Tue, 19 Apr 2016 14:08:18 +0000 (+0200) Subject: include: bin/ dir was not created X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1191eeff8ec86850a5a952987816823359f37793;p=openwrt%2Fstaging%2Frmilecki.git include: bin/ dir was not created explicitly create the bin dir Signed-off-by: John Crispin --- diff --git a/include/image.mk b/include/image.mk index a868afc0d69..9e342e0a42a 100644 --- a/include/image.mk +++ b/include/image.mk @@ -574,11 +574,11 @@ define BuildImage $(call Build/Clean) image_prepare: compile - mkdir -p $(KDIR)/tmp + mkdir -p $(BIN_DIR) $(KDIR)/tmp $(call Image/Prepare) else image_prepare: - mkdir -p $(KDIR)/tmp + mkdir -p $(BIN_DIR) $(KDIR)/tmp endif mkfs_prepare: image_prepare