aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-03-29 10:49:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-03-29 10:49:52 +0000
commit70efcfa4b504313e655d57e8b437afa2a17f103c (patch)
treee2339c9482bc90a6910d6f97867e1ca6296cbc6d
parent88c2ab9a036056fb090e7943b909fb04985823af (diff)
downloadmaster-187ad058-70efcfa4b504313e655d57e8b437afa2a17f103c.tar.gz
master-187ad058-70efcfa4b504313e655d57e8b437afa2a17f103c.tar.bz2
master-187ad058-70efcfa4b504313e655d57e8b437afa2a17f103c.zip
Should fix edimax generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6752 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/adm5120-2.6/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/image/Makefile b/target/linux/adm5120-2.6/image/Makefile
index 35bdbee249..2a5e8e8693 100644
--- a/target/linux/adm5120-2.6/image/Makefile
+++ b/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