[au1000] bump to 2.6.25.4, refresh kernel patches
[openwrt-10.03/.git] / target / linux / au1000 / patches / 013-openwrt_rootfs.patch
1 Index: linux-2.6.25.4/drivers/mtd/maps/mtx-1_flash.c
2 ===================================================================
3 --- linux-2.6.25.4.orig/drivers/mtd/maps/mtx-1_flash.c
4 +++ linux-2.6.25.4/drivers/mtd/maps/mtx-1_flash.c
5 @@ -28,7 +28,7 @@ static struct map_info mtx1_map = {
6  
7  static struct mtd_partition mtx1_partitions[] = {
8          {
9 -                .name = "filesystem",
10 +                .name = "rootfs",
11                  .size = 0x01C00000,
12                  .offset = 0,
13          },{