From ec938bb5c4be0a79f1fafd24052bc6f0aefaeed6 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 1 May 2013 21:12:26 +0000 Subject: brcm63xx: remove 3.7 kernel support Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36504 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...part-move-the-last-curpart-to-its-correct.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 target/linux/brcm63xx/patches-3.7/104-MTD-bcm63xxpart-move-the-last-curpart-to-its-correct.patch (limited to 'target/linux/brcm63xx/patches-3.7/104-MTD-bcm63xxpart-move-the-last-curpart-to-its-correct.patch') diff --git a/target/linux/brcm63xx/patches-3.7/104-MTD-bcm63xxpart-move-the-last-curpart-to-its-correct.patch b/target/linux/brcm63xx/patches-3.7/104-MTD-bcm63xxpart-move-the-last-curpart-to-its-correct.patch deleted file mode 100644 index 8e05803ff..000000000 --- a/target/linux/brcm63xx/patches-3.7/104-MTD-bcm63xxpart-move-the-last-curpart-to-its-correct.patch +++ /dev/null @@ -1,26 +0,0 @@ -From d5173b2c806f4039679b001f1b55a3c245afdf68 Mon Sep 17 00:00:00 2001 -From: Jonas Gorski -Date: Tue, 8 May 2012 10:02:13 +0200 -Subject: [PATCH 23/79] MTD: bcm63xxpart: move the last curpart++ to its - correct place - -The line belongs above the comment, not below it. - -Signed-off-by: Jonas Gorski ---- - drivers/mtd/bcm63xxpart.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/mtd/bcm63xxpart.c -+++ b/drivers/mtd/bcm63xxpart.c -@@ -190,9 +190,9 @@ static int bcm63xx_parse_cfe_partitions( - parts[curpart].name = "nvram"; - parts[curpart].offset = master->size - nvramlen; - parts[curpart].size = nvramlen; -+ curpart++; - - /* Global partition "linux" to make easy firmware upgrade */ -- curpart++; - parts[curpart].name = "linux"; - parts[curpart].offset = cfelen; - parts[curpart].size = master->size - cfelen - nvramlen; -- cgit v1.2.3