aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-25 13:48:21 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-25 13:48:21 +0000
commit8ca5c4609e886b3d40d316709c311bdc56cd1123 (patch)
tree1721f9387ec10c74a0260489b41c60157f961a53 /target
parent31309048af74a544d5fbd2d2b90d4ef00cbadcec (diff)
downloadmaster-187ad058-8ca5c4609e886b3d40d316709c311bdc56cd1123.tar.gz
master-187ad058-8ca5c4609e886b3d40d316709c311bdc56cd1123.tar.bz2
master-187ad058-8ca5c4609e886b3d40d316709c311bdc56cd1123.zip
[ar71xx] don't use the CRC header in the kernel partition on the WP543 board, so the kernel can be flashed directly from OpenWrt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16560 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index e1b36c209f..b2f51e96cc 100644
--- 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:ahl: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