summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-11-24 20:09:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-11-24 20:09:35 +0000
commit600b6efc41a2ae61a48335f86238349eb4918019 (patch)
tree603f01dffb894daf510f65038ad6a6fdece99e7a /target
parentd97cf767907fafb90daa597b49c8ef7ff7c270ff (diff)
downloadmtk-20170518-600b6efc41a2ae61a48335f86238349eb4918019.zip
mtk-20170518-600b6efc41a2ae61a48335f86238349eb4918019.tar.gz
mtk-20170518-600b6efc41a2ae61a48335f86238349eb4918019.tar.bz2
ar71xx: copy atheros initramfs images to the image directory
SVN-Revision: 29325
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index a50d907..febbfb9 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -201,6 +201,7 @@ endef
define Image/Build/AthGzip/initramfs
$(call MkuImageLzma,$(2),$(3) $($(4)))
+ $(CP) $(KDIR)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
endef
define Image/Build/AthLzma
@@ -210,6 +211,7 @@ endef
define Image/Build/AthLzma/initramfs
$(call MkuImageLzma,$(2),$(3) $($(4)))
+ $(CP) $(KDIR)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
endef
define Image/Build/PB4X