From: Gabor Juhos Date: Thu, 26 Jan 2012 21:28:34 +0000 (+0000) Subject: ar71xx: create the temporary directory before building initramfs images X-Git-Tag: reboot~15065 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=013fe76b364b4f3b1596b442cb25cfbc9379c70c;p=oweals%2Fopenwrt.git ar71xx: create the temporary directory before building initramfs images Thanks to Florian for reporting. SVN-Revision: 29915 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 4e538b8b70..1905c73103 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -128,8 +128,8 @@ define Image/BuildKernel dd if=$(KDIR)/vmlinux.bin.gz of=$(VMLINUX).gz bs=65536 conv=sync $(call MkuImage,gzip,,$(KDIR)/vmlinux.bin.gz,$(UIMAGE)-gzip.bin) $(call MkuImage,lzma,,$(KDIR)/vmlinux.bin.lzma,$(UIMAGE)-lzma.bin) - $(call Image/Build/Initramfs) -mkdir -p $(KDIR_TMP) + $(call Image/Build/Initramfs) endef define Image/Build/WRT400N