diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-20 22:12:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-20 22:12:56 +0000 |
commit | 36e4c9f200d8ea6b62cddc64cf37cc8b7aea5fa9 (patch) | |
tree | 06e708ee8c379c0c05bdb2c15b0e830ef1b4a3c5 /target/linux/au1000 | |
parent | e841e5a490266502a741742242a3925842049739 (diff) | |
download | upstream-36e4c9f200d8ea6b62cddc64cf37cc8b7aea5fa9.tar.gz upstream-36e4c9f200d8ea6b62cddc64cf37cc8b7aea5fa9.tar.bz2 upstream-36e4c9f200d8ea6b62cddc64cf37cc8b7aea5fa9.zip |
made au1000 images srec file ending
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9811 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000')
-rw-r--r-- | 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 062d613144..3a672d9e88 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 |