This adds the missing piece from ar7-fritz-eva-loader, which was mmitted from r9401. It closes #2830 and #3434
Signed-off-by: Jan Willies <[EMAIL PROTECTED]> --- target/linux/ar7/image/Makefile | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index ef30431..f4b77b1 100644 --- a/target/linux/ar7/image/Makefile +++ b/target/linux/ar7/image/Makefile @@ -52,6 +52,10 @@ define align/jffs2-128k bs=131072 conv=sync endef +define align/squashfs +bs=65536 conv=sync +endef + define Image/Build/CyberTAN (dd if=/dev/zero bs=16 count=1; cat $(BIN_DIR)/openwrt-$(BOARD)-$(1).bin) | \ $(STAGING_DIR_HOST)/bin/addpattern -p $(3) -o $(BIN_DIR)/openwrt-$(2)-$(4).bin @@ -65,7 +69,8 @@ endef #endef define Image/Build/EVA - $(STAGING_DIR_HOST)/bin/lzma2eva $(KERNEL_ENTRY) $(KERNEL_ENTRY) $(KDIR)/vmlinux.lzma $(BIN_DIR)/openwrt-$(2)-$(1).bin + $(STAGING_DIR_HOST)/bin/lzma2eva $(EVA_LOADADDR) 0x$${shell $(TARGET_CROSS)nm $(KDIR)/linux-*/vmlinux | grep kernel_entry | cut -d' ' -f1} $(KDIR)/vmlinux.lzma $(KDIR)/loader.eva + dd if=$(KDIR)/loader.eva $(call align/$(1)) > $(BIN_DIR)/openwrt-$(2)-$(1).bin cat $(KDIR)/root.$(1) >> $(BIN_DIR)/openwrt-$(2)-$(1).bin $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(2)-$(1).bin) endef -- 1.5.6.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel