mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 00:40:50 +02:00
ar7: fix eva image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9417 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3fb6c53e6d
commit
72551879bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user