From 6cebdff1cdc37bccd4114f4cb486a91bb04367e1 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 25 Jun 2009 13:48:21 +0000
Subject: [PATCH] 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
---
 target/linux/ar71xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab