projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01dc254
)
don't use the CRC header in the kernel partition on the WP543 board, so the kernel...
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 25 Jun 2009 13:48:21 +0000
(13:48 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 25 Jun 2009 13:48:21 +0000
(13:48 +0000)
SVN-Revision: 16560
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index e1b36c209fbb77dbc986d6e83e6f346c6854906b..b2f51e96ccb2791599096ed0902e03b392581a84 100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-105,7
+105,7
@@
endef
define Image/Build/MyLoader
-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
- -p0x30000:0xc0000:a
h
l:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
+ -p0x30000:0xc0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
-p0xf0000:0:::rootfs:$(KDIR)/root.$(1) \
$(call imgname,$(1),$(2)).img
endef