Fix edimax image generation
SVN-Revision: 6722
This commit is contained in:
parent
c41e00ae34
commit
067704996a
1 changed files with 3 additions and 2 deletions
|
@ -39,8 +39,9 @@ define Image/Build/Compex
|
|||
endef
|
||||
|
||||
define Image/Build/Edimax
|
||||
$(STAGING_DIR)/bin/mksyshdr csys $(KDIR)/vmlinux
|
||||
cat csys $(KDIR)/vmlinux $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(3)-$(2).img
|
||||
# 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
|
||||
endef
|
||||
|
||||
define Image/Build/MyLoader
|
||||
|
|
Loading…
Reference in a new issue