From 9f3ee855a6fa1a35bb3f3754ce44e33176177d19 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 1 Jun 2015 18:00:35 +0000 Subject: 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 --- include/image.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3