X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c3cd9cb9aba90d54aea68970ccaa2cc7a1f5e5df..a1cfb407289888b92723b9e7f73585bf85fd5459:/target/linux/au1000/image/Makefile diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index 3cdd83e58..3a672d9e8 100644 --- a/target/linux/au1000/image/Makefile +++ b/target/linux/au1000/image/Makefile @@ -11,6 +11,8 @@ LOADADDR = 0x81000000 # RAM start + 16M KERNEL_ENTRY = 0x80100000 RAMSIZE = 0x00100000 # 1MB +JFFS2_BLOCKSIZE = 128k + FLASH_KERNEL := 0xBFD00000 FLASH_FS := 0xBE000000 @@ -54,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