add sysupgrade support for the Netgear WNR854T and Linksys WRT350N v2 - thanks Matthi...
[openwrt/openwrt.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