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://207.154.207.93/?a=commitdiff_plain;h=9f3ee855a6fa1a35bb3f3754ce44e33176177d19;p=15.05%2Fopenwrt.git include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45870 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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