mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 01:11:09 +02:00
[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
This commit is contained in:
parent
eea7fc66c5
commit
3507828a2c
@ -40,11 +40,11 @@ static struct mtd_partition tl_wr741nd_partitions[] = {
|
||||
} , {
|
||||
.name = "kernel",
|
||||
.offset = 0x020000,
|
||||
.size = 0x120000,
|
||||
.size = 0x140000,
|
||||
} , {
|
||||
.name = "rootfs",
|
||||
.offset = 0x140000,
|
||||
.size = 0x2b0000,
|
||||
.offset = 0x160000,
|
||||
.size = 0x290000,
|
||||
} , {
|
||||
.name = "art",
|
||||
.offset = 0x3f0000,
|
||||
|
@ -39,11 +39,11 @@ static struct mtd_partition tl_wr941nd_partitions[] = {
|
||||
} , {
|
||||
.name = "kernel",
|
||||
.offset = 0x020000,
|
||||
.size = 0x120000,
|
||||
.size = 0x140000,
|
||||
} , {
|
||||
.name = "rootfs",
|
||||
.offset = 0x140000,
|
||||
.size = 0x2b0000,
|
||||
.offset = 0x160000,
|
||||
.size = 0x290000,
|
||||
} , {
|
||||
.name = "art",
|
||||
.offset = 0x3f0000,
|
||||
|
@ -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 */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user