fixed au1000 eth0 ioctl patch
[openwrt-10.03/.git] / target / linux / au1000-2.6 / patches / 013-openwrt_rootfs.patch
1 --- linux-2.6.19.2/drivers/mtd/maps/mtx-1_flash.c       2007-07-10 20:56:30.000000000 +0200
2 +++ linux-2.6.19.2.new/drivers/mtd/maps/mtx-1_flash.c   2007-07-23 12:21:16.000000000 +0200
3 @@ -28,7 +28,7 @@
4  
5  static struct mtd_partition mtx1_partitions[] = {
6          {
7 -                .name = "filesystem",
8 +                .name = "rootfs",
9                  .size = 0x01C00000,
10                  .offset = 0,
11          },{