4e96038ed7f4404d5a40e9f60f7c7c6e2a46b064
[openwrt/svn-archive/archive.git] / target / linux / orion / patches / 101-wnr854t_partition_map.patch
1 --- a/arch/arm/mach-orion5x/wnr854t-setup.c
2 +++ b/arch/arm/mach-orion5x/wnr854t-setup.c
3 @@ -67,6 +67,10 @@ static struct mtd_partition wnr854t_nor_flash_partitions
4 .name = "uboot",
5 .offset = 0x00760000,
6 .size = 0x00040000,
7 + }, {
8 + .name = "image", // for sysupgrade
9 + .offset = 0x00000000,
10 + .size = 0x00760000,
11 },
12 };
13