summaryrefslogtreecommitdiff
path: root/target/linux/au1000
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-12-20 22:12:56 +0000
committerJohn Crispin <john@openwrt.org>2007-12-20 22:12:56 +0000
commitc1a3c0798f05a96e12d40d5b481a7ddb4ee8aca7 (patch)
tree0f1edd8ab3e5fff547c1a81aa06aeb2227a721d5 /target/linux/au1000
parent82c3f8cffde5f38c90a8b08a2828d7f9ba8a1f32 (diff)
downloadmtk-20170518-c1a3c0798f05a96e12d40d5b481a7ddb4ee8aca7.zip
mtk-20170518-c1a3c0798f05a96e12d40d5b481a7ddb4ee8aca7.tar.gz
mtk-20170518-c1a3c0798f05a96e12d40d5b481a7ddb4ee8aca7.tar.bz2
made au1000 images srec file ending
SVN-Revision: 9811
Diffstat (limited to 'target/linux/au1000')
-rw-r--r--target/linux/au1000/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile
index 062d613..3a672d9 100644
--- a/target/linux/au1000/image/Makefile
+++ b/target/linux/au1000/image/Makefile
@@ -56,8 +56,8 @@ endef
define Image/Build
$(TARGET_CROSS)objcopy -O srec -I binary --adjust-vma $(FLASH_FS) $(KDIR)/root.$(1) $(KDIR)/root.$(1).srec
- grep -v S7 $(KDIR)/root.$(1).srec > $(BIN_DIR)/openwrt-$(BOARD)-$(1).img
- grep -v S0 $(KDIR)/kernel.flash.srec >> $(BIN_DIR)/openwrt-$(BOARD)-$(1).img
+ grep -v S7 $(KDIR)/root.$(1).srec > $(BIN_DIR)/openwrt-$(BOARD)-$(1).srec
+ grep -v S0 $(KDIR)/kernel.flash.srec >> $(BIN_DIR)/openwrt-$(BOARD)-$(1).srec
$(INSTALL_BIN) $(KDIR)/kernel.flash.bin $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.bin
$(CP) $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(1).fs
$(CP) $(KDIR)/kernel.flash.srec $(BIN_DIR)/openwrt-$(BOARD)-vmlinux-flash.srec