ar71xx: create the temporary directory before building initramfs images
Thanks to Florian for reporting. SVN-Revision: 29915
This commit is contained in:
parent
a5538a18d4
commit
013fe76b36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue