X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ccbffd6c6e5301effc7d476030ec62d95f66332d..6a244cf2e8b86fd790bd6443721da90dcaabd33b:/target/linux/ar7/image/Makefile diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index 702c7aad2..8947f2fd9 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