From 73caeba5228e8404381cea1f550dfbde099b910b Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 12 Mar 2013 13:28:16 +0000 Subject: avr32: built the firmware images from the lzma compressed uImage Signed-off-by: Gabor Juhos SVN-Revision: 35978 --- target/linux/avr32/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/avr32') diff --git a/target/linux/avr32/image/Makefile b/target/linux/avr32/image/Makefile index 595a5d9fcf..11387b14ea 100644 --- a/target/linux/avr32/image/Makefile +++ b/target/linux/avr32/image/Makefile @@ -40,14 +40,14 @@ endef define Image/Build/squashfs $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) ( \ - dd if=$(KDIR)/uImage bs=1024k conv=sync; \ + dd if=$(KDIR)/uImage-lzma bs=1024k conv=sync; \ dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \ ) > $(BIN_DIR)/$(IMG_PREFIX)-$(1).img endef define Image/Build/jffs2-64k ( \ - dd if=$(KDIR)/uImage bs=1024k conv=sync; \ + dd if=$(KDIR)/uImage-lzma bs=1024k conv=sync; \ dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \ ) > $(BIN_DIR)/$(IMG_PREFIX)-$(1).img endef -- cgit v1.2.3