increase size of the kernel partition on the TL-WR[789]41N boards
authorGabor Juhos <[email protected]>
Sat, 11 Jul 2009 17:20:46 +0000 (17:20 +0000)
committerGabor Juhos <[email protected]>
Sat, 11 Jul 2009 17:20:46 +0000 (17:20 +0000)
SVN-Revision: 16785

src/mktplinkfw.c

index d3e9374c22dd29c3195d7ab67114f73cd5e1f3a5..9bb353eb63f0693f536a990936cc53bb2373850a 100644 (file)
@@ -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 */
        }