From: luka Date: Thu, 4 Jul 2013 12:48:52 +0000 (+0000) Subject: ar71xx: $(KDIR_TMP) must be present before starting initramfs build X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=9f4b3b998e3ab3853e728d1a816ee57956e25701 ar71xx: $(KDIR_TMP) must be present before starting initramfs build Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37155 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 6f23263dbd..18f1c5e445 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -191,6 +191,7 @@ define Image/BuildKernel $(call MkuImage,gzip,,$(KDIR)/vmlinux.bin.gz,$(UIMAGE)-gzip.bin) $(call MkuImage,lzma,,$(KDIR)/vmlinux.bin.lzma,$(UIMAGE)-lzma.bin) cp $(KDIR)/loader-generic.elf $(VMLINUX)-lzma.elf + -mkdir -p $(KDIR_TMP) ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),) cp $(KDIR)/vmlinux-initramfs.elf $(VMLINUX)-initramfs.elf cp $(KDIR)/vmlinux-initramfs $(VMLINUX)-initramfs.bin @@ -201,7 +202,6 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),) cp $(KDIR)/loader-generic.elf $(VMLINUX)-initramfs-lzma.elf $(call Image/Build/Initramfs) endif - -mkdir -p $(KDIR_TMP) endef define Image/Build/WRT400N