mirror of https://github.com/hak5/openwrt.git
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: 45870lede-17.01
parent
9c6945d7a1
commit
0d19e8da7f
|
@ -464,6 +464,9 @@ define BuildImage
|
||||||
image_prepare: compile
|
image_prepare: compile
|
||||||
mkdir -p $(KDIR)/tmp
|
mkdir -p $(KDIR)/tmp
|
||||||
$(call Image/Prepare)
|
$(call Image/Prepare)
|
||||||
|
else
|
||||||
|
image_prepare:
|
||||||
|
mkdir -p $(KDIR)/tmp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
mkfs_prepare: image_prepare
|
mkfs_prepare: image_prepare
|
||||||
|
|
Loading…
Reference in New Issue