[backfire] target: remove empty "ifxmips" dir
[openwrt-10.03/.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_
4                 .name           = "uboot",
5                 .offset         = 0x00760000,
6                 .size           = 0x00040000,
7 +       }, {
8 +               .name           = "image",      // for sysupgrade
9 +               .offset         = 0x00000000,
10 +               .size           = 0x00760000,
11         },
12  };
13