Should fix edimax generation
SVN-Revision: 6752
This commit is contained in:
parent
f4998c554a
commit
55e4f0f8bc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ endef
|
||||||
define Image/Build/Edimax
|
define Image/Build/Edimax
|
||||||
# FIXME : not tested (hardware ?)
|
# FIXME : not tested (hardware ?)
|
||||||
$(STAGING_DIR)/bin/mksyshdr $(KDIR)/csys $(KDIR)/vmlinux
|
$(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
|
endef
|
||||||
|
|
||||||
define Image/Build/MyLoader
|
define Image/Build/MyLoader
|
||||||
|
|
Loading…
Reference in a new issue