1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ar71xx] increase size of the kernel partition on the TEW-632BR board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16784 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-07-11 17:15:30 +00:00
parent b43132ce65
commit eea7fc66c5
2 changed files with 7 additions and 7 deletions

View File

@@ -44,11 +44,11 @@ static struct mtd_partition tew_632brp_partitions[] = {
} , {
.name = "kernel",
.offset = 0x030000,
.size = 0x0c0000,
.size = 0x0d0000,
} , {
.name = "rootfs",
.offset = 0x0f0000,
.size = 0x300000,
.offset = 0x100000,
.size = 0x2f0000,
} , {
.name = "art",
.offset = 0x3f0000,