From 7a79a9e8f6544681f2352a27d15929340f3a2bd8 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 12 Jun 2013 14:47:53 +0000 Subject: brcm47xx: add initial support for kernel 3.9 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36926 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../028-mtd-bcm47xxpart-use-old-part-names.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/brcm47xx/patches-3.9/028-mtd-bcm47xxpart-use-old-part-names.patch (limited to 'target/linux/brcm47xx/patches-3.9/028-mtd-bcm47xxpart-use-old-part-names.patch') diff --git a/target/linux/brcm47xx/patches-3.9/028-mtd-bcm47xxpart-use-old-part-names.patch b/target/linux/brcm47xx/patches-3.9/028-mtd-bcm47xxpart-use-old-part-names.patch new file mode 100644 index 0000000000..e43bb87283 --- /dev/null +++ b/target/linux/brcm47xx/patches-3.9/028-mtd-bcm47xxpart-use-old-part-names.patch @@ -0,0 +1,20 @@ +--- a/drivers/mtd/bcm47xxpart.c ++++ b/drivers/mtd/bcm47xxpart.c +@@ -134,7 +134,7 @@ static int bcm47xxpart_parse(struct mtd_ + trx = (struct trx_header *)buf; + + trx_part = curr_part; +- bcm47xxpart_add_part(&parts[curr_part++], "firmware", ++ bcm47xxpart_add_part(&parts[curr_part++], "linux", + offset, 0); + + i = 0; +@@ -147,7 +147,7 @@ static int bcm47xxpart_parse(struct mtd_ + i++; + } + +- bcm47xxpart_add_part(&parts[curr_part++], "linux", ++ bcm47xxpart_add_part(&parts[curr_part++], "kernel", + offset + trx->offset[i], 0); + i++; + -- cgit v1.2.3