summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-07-11 17:20:46 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-07-11 17:20:46 +0000
commita21bf40453f475a1e44a351e09b169e885e601c8 (patch)
treedf64c93fbf81edfa5d65d1ec717c78bdb0214282 /tools/firmware-utils
parentabd419a7df4261f561f7991d761741e8fc072839 (diff)
downloadmaster-31e0f0ae-a21bf40453f475a1e44a351e09b169e885e601c8.tar.gz
master-31e0f0ae-a21bf40453f475a1e44a351e09b169e885e601c8.tar.bz2
master-31e0f0ae-a21bf40453f475a1e44a351e09b169e885e601c8.zip
increase size of the kernel partition on the TL-WR[789]41N boards
SVN-Revision: 16785
Diffstat (limited to 'tools/firmware-utils')
-rw-r--r--tools/firmware-utils/src/mktplinkfw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c
index d3e9374c22..9bb353eb63 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 */
}