From 3507828a2c65c118066dbe4498461751ba53443c Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 11 Jul 2009 17:20:46 +0000 Subject: [ar71xx] increase size of the kernel partition on the TL-WR[789]41N boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16785 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/firmware-utils/src/mktplinkfw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index d3e9374c2..9bb353eb6 100644 --- a/tools/firmware-utils/src/mktplinkfw.c +++ b/tools/firmware-utils/src/mktplinkfw.c @@ -110,7 +110,7 @@ static struct board_info boards[] = { .fw_max_len = 0x3c0000, .kernel_la = 0x80060000, .kernel_ep = 0x80060000, - .rootfs_ofs = 0x120000, + .rootfs_ofs = 0x140000, }, { .id = "TL-WR841NDv3", .hw_id = HWID_TL_WR841ND_V3, @@ -118,7 +118,7 @@ static struct board_info boards[] = { .fw_max_len = 0x3c0000, .kernel_la = 0x80060000, .kernel_ep = 0x80060000, - .rootfs_ofs = 0x120000, + .rootfs_ofs = 0x140000, }, { .id = "TL-WR941NDv2", .hw_id = HWID_TL_WR941ND_V2, @@ -126,7 +126,7 @@ static struct board_info boards[] = { .fw_max_len = 0x3c0000, .kernel_la = 0x80060000, .kernel_ep = 0x80060000, - .rootfs_ofs = 0x120000, + .rootfs_ofs = 0x140000, }, { /* terminating entry */ } -- cgit v1.2.3