1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-28 10:26:11 +02:00

include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 45870
This commit is contained in:
Jo-Philipp Wich 2015-06-01 18:00:35 +00:00
parent 9c6945d7a1
commit 0d19e8da7f

View File

@ -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