From: Jo-Philipp Wich Date: Mon, 1 Jun 2015 18:00:35 +0000 (+0000) Subject: include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0d19e8da7fa2c3d7bf9991154f9b40431a5f5f63;p=openwrt%2Fstaging%2Fluka.git include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well Signed-off-by: Jo-Philipp Wich SVN-Revision: 45870 --- diff --git a/include/image.mk b/include/image.mk index 36c6c63320..020418d54d 100644 --- a/include/image.mk +++ b/include/image.mk @@ -464,6 +464,9 @@ define BuildImage image_prepare: compile mkdir -p $(KDIR)/tmp $(call Image/Prepare) + else + image_prepare: + mkdir -p $(KDIR)/tmp endif mkfs_prepare: image_prepare