From 211dc4b5a4df5b5960aaed9c5b710f694a5034f2 Mon Sep 17 00:00:00 2001 From: Eugene Konev Date: Tue, 23 Oct 2007 12:02:46 +0000 Subject: ar7: fix eva image generation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9417 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar7/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar7') diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index 702c7aad2d..8947f2fd99 100644 --- a/target/linux/ar7/image/Makefile +++ b/target/linux/ar7/image/Makefile @@ -65,7 +65,7 @@ endef #endef define Image/Build/EVA - $(STAGING_DIR_HOST)/bin/lzma2eva $(KERNEL_ENTRY) $(KERNEL_ENTRY) $(BIN_DIR)/openwrt-$(2)-$(KERNEL)-$(1).bin + $(STAGING_DIR_HOST)/bin/lzma2eva $(KERNEL_ENTRY) $(KERNEL_ENTRY) $(KDIR)/vmlinux.lzma $(BIN_DIR)/openwrt-$(2)-$(KERNEL)-$(1).bin cat $(KDIR)/root.$(1) >> $(BIN_DIR)/openwrt-$(2)-$(KERNEL)-$(1).bin $(call prepare_generic_squashfs,$(BIN_DIR)/openwrt-$(2)-$(KERNEL)-$(1).bin) endef -- cgit v1.2.3