Browse Source

Should fix edimax generation

SVN-Revision: 6752
Florian Fainelli 18 years ago
parent
commit
55e4f0f8bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/adm5120-2.6/image/Makefile

+ 1 - 1
target/linux/adm5120-2.6/image/Makefile

@@ -41,7 +41,7 @@ endef
 define Image/Build/Edimax
 	# FIXME : not tested (hardware ?)
 	$(STAGING_DIR)/bin/mksyshdr $(KDIR)/csys $(KDIR)/vmlinux
-	cat $(KDIR)/csys $(KDIR)/vmlinux $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(3)-$(2).img
+	cat $(KDIR)/csys $(KDIR)/loader.gz $(KDIR)/vmlinux.lzma $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(3)-$(2).img
 endef
 
 define Image/Build/MyLoader