ramips: clean up and refresh kernel patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48070
This commit is contained in:
Felix Fietkau
2016-01-02 14:48:27 +00:00
parent 140be9f1a5
commit c69ffda546
72 changed files with 241 additions and 1002 deletions

View File

@@ -1,6 +1,6 @@
--- a/drivers/mtd/mtdpart.c
+++ b/drivers/mtd/mtdpart.c
@@ -807,8 +807,11 @@ static void split_uimage(struct mtd_info
@@ -780,8 +780,11 @@ static void split_uimage(struct mtd_info
{
struct {
__be32 magic;
@@ -13,7 +13,7 @@
} hdr;
size_t len;
@@ -818,7 +821,10 @@ static void split_uimage(struct mtd_info
@@ -791,7 +794,10 @@ static void split_uimage(struct mtd_info
if (len != sizeof(hdr) || hdr.magic != cpu_to_be32(UBOOT_MAGIC))
return;