X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fpatches-3.8%2F0041-owrt-mtd-split.patch;h=16da43818374f88fb9d31622676324ad398d833e;hp=ee5fa734672e2be30ccb4a27163ee7ff8d3c9ef0;hb=d204a2b48381f4a0033a424def244d0bec0bb6b1;hpb=79649c93ae0acc7c8db1c84f789ae1b07a30bc5b diff --git a/target/linux/lantiq/patches-3.8/0041-owrt-mtd-split.patch b/target/linux/lantiq/patches-3.8/0041-owrt-mtd-split.patch index ee5fa73467..16da438183 100644 --- a/target/linux/lantiq/patches-3.8/0041-owrt-mtd-split.patch +++ b/target/linux/lantiq/patches-3.8/0041-owrt-mtd-split.patch @@ -25,7 +25,7 @@ Subject: [PATCH 19/25] owrt mtd split ---help--- --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c -@@ -844,6 +844,168 @@ static int refresh_rootfs_split(struct m +@@ -833,6 +833,168 @@ static int refresh_rootfs_split(struct m } #endif /* CONFIG_MTD_ROOTFS_SPLIT */ @@ -194,7 +194,7 @@ Subject: [PATCH 19/25] owrt mtd split /* * This function, given a master MTD object and a partition table, creates * and registers slave MTD objects which are bound to the master according to -@@ -860,7 +1022,7 @@ int add_mtd_partitions(struct mtd_info * +@@ -849,7 +1011,7 @@ int add_mtd_partitions(struct mtd_info * struct mtd_part *slave; uint64_t cur_offset = 0; int i; @@ -203,7 +203,7 @@ Subject: [PATCH 19/25] owrt mtd split int ret; #endif -@@ -877,6 +1039,15 @@ int add_mtd_partitions(struct mtd_info * +@@ -866,6 +1028,15 @@ int add_mtd_partitions(struct mtd_info * add_mtd_device(&slave->mtd);