From 74f9af4c10669f9ad46c47e4a0fa966aaada65ea Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Mon, 8 Mar 2010 12:09:38 +0000
Subject: [PATCH] ar71xx: increase kernel partition size for the WP543 boards

SVN-Revision: 20049
---
 target/linux/ar71xx/image/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index c7d4fc147f..e2df87b63c 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -206,19 +206,19 @@ endef
 
 define Image/Build/MyLoader
 	-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \
-		-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
+		-p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
 		-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
 		$(call imgname,$(1),$(2))-2M.img
 	-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x400000 \
-		-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
+		-p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
 		-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
 		$(call imgname,$(1),$(2))-4M.img
 	-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x800000 \
-		-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
+		-p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
 		-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
 		$(call imgname,$(1),$(2))-8M.img
 	-$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x1000000 \
-		-p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
+		-p0x030000:0xe0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \
 		-p0x100000:0:::rootfs:$(KDIR)/root.$(1) \
 		$(call imgname,$(1),$(2))-16M.img
 endef
-- 
GitLab