projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf15017
)
Fix edimax image generation
author
Florian Fainelli
<florian@openwrt.org>
Mon, 26 Mar 2007 22:12:49 +0000
(22:12 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 26 Mar 2007 22:12:49 +0000
(22:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6722
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/adm5120-2.6/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/adm5120-2.6/image/Makefile
b/target/linux/adm5120-2.6/image/Makefile
index
29c4007
..
35bdbee
100644
(file)
--- a/
target/linux/adm5120-2.6/image/Makefile
+++ b/
target/linux/adm5120-2.6/image/Makefile
@@
-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