From 1fe3868858a2771b7ab9e40bd3edf779f4aec01d Mon Sep 17 00:00:00 2001 From: kaloz Date: Fri, 25 Feb 2011 17:26:25 +0000 Subject: [target/gemini]: upgrade to 2.6.37.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25706 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../gemini/patches/100-mtd-physmap-try-static-partitions-first.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch') diff --git a/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch b/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch index 887dab0b7..2c085e1ce 100644 --- a/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch +++ b/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/maps/physmap.c +++ b/drivers/mtd/maps/physmap.c -@@ -170,6 +170,13 @@ static int physmap_flash_probe(struct pl +@@ -173,6 +173,13 @@ static int physmap_flash_probe(struct pl goto err_out; #ifdef CONFIG_MTD_PARTITIONS @@ -14,7 +14,7 @@ err = parse_mtd_partitions(info->cmtd, part_probe_types, &info->parts, 0); if (err > 0) { -@@ -177,13 +184,6 @@ static int physmap_flash_probe(struct pl +@@ -180,13 +187,6 @@ static int physmap_flash_probe(struct pl info->nr_parts = err; return 0; } -- cgit v1.2.3