mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Should fix edimax generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6752 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
88c2ab9a03
commit
70efcfa4b5
@ -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…
x
Reference in New Issue
Block a user