aboutsummaryrefslogtreecommitdiffstats
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
commit6cebdff1cdc37bccd4114f4cb486a91bb04367e1 (patch)
tree59ff2d0e104a6610a5782fb0dff7f9e337584401
parent01dc2543a47036e8adf9110369c628b5360bc8bc (diff)
downloadupstream-6cebdff1cdc37bccd4114f4cb486a91bb04367e1.tar.gz
upstream-6cebdff1cdc37bccd4114f4cb486a91bb04367e1.tar.bz2
upstream-6cebdff1cdc37bccd4114f4cb486a91bb04367e1.zip
don't use the CRC header in the kernel partition on the WP543 board, so the kernel can be flashed directly from OpenWrt
SVN-Revision: 16560
-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