From 440bb56dc271acb58901c7d3fc7d4f6946e15868 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 30 Apr 2013 10:43:59 +0000 Subject: kernel: update linux 3.8 to 3.8.10 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36493 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/patches-3.8/0208-owrt-mtd-split.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/ramips/patches-3.8') diff --git a/target/linux/ramips/patches-3.8/0208-owrt-mtd-split.patch b/target/linux/ramips/patches-3.8/0208-owrt-mtd-split.patch index 8f6899c4cc..f15d16f6da 100644 --- a/target/linux/ramips/patches-3.8/0208-owrt-mtd-split.patch +++ b/target/linux/ramips/patches-3.8/0208-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,99 @@ static int refresh_rootfs_split(struct m +@@ -833,6 +833,99 @@ static int refresh_rootfs_split(struct m } #endif /* CONFIG_MTD_ROOTFS_SPLIT */ @@ -125,7 +125,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 +953,7 @@ int add_mtd_partitions(struct mtd_info * +@@ -849,7 +942,7 @@ int add_mtd_partitions(struct mtd_info * struct mtd_part *slave; uint64_t cur_offset = 0; int i; @@ -134,7 +134,7 @@ Subject: [PATCH 19/25] owrt mtd split int ret; #endif -@@ -877,6 +970,14 @@ int add_mtd_partitions(struct mtd_info * +@@ -866,6 +959,14 @@ int add_mtd_partitions(struct mtd_info * add_mtd_device(&slave->mtd); -- cgit v1.2.3