diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-24 20:09:35 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-24 20:09:35 +0000 |
commit | 31fef29134b3a97e4263138d09bedb6794f5f2ec (patch) | |
tree | 4c4e0657d56a9017664aff50cf01512c13b93ad0 /target/linux/ar71xx/image/Makefile | |
parent | 1427b1d16aa5b12cd365cf6b7f2c5d66dbf6c628 (diff) |
ar71xx: copy atheros initramfs images to the image directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29325 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a50d9072d..febbfb96c 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 |