mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
Should fix edimax generation
SVN-Revision: 6752
This commit is contained in:
parent
f4998c554a
commit
55e4f0f8bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user