use .srec file suffix for .srec files, please
Signed-off-by: Bruno Randolf <[EMAIL PROTECTED]>
---
target/linux/au1000/image/Makefile | 4 ++--
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
--
1.5.3.4
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel