aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-26 13:47:50 +0000
committerJohn Crispin <john@openwrt.org>2014-06-26 13:47:50 +0000
commit22c4f2475b974b16fe136854de9cb09a911061ea (patch)
tree1f7308b44c6b4e69b99fcc30e41d2cd1e514e602 /target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch
parentfbf8b288e1f318cb697f4a86cbe01b4b9573b82d (diff)
downloadupstream-22c4f2475b974b16fe136854de9cb09a911061ea.tar.gz
upstream-22c4f2475b974b16fe136854de9cb09a911061ea.tar.bz2
upstream-22c4f2475b974b16fe136854de9cb09a911061ea.zip
ralink: refresh kernel patches
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41353
Diffstat (limited to 'target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch')
-rw-r--r--target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch b/target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch
index 52379916b9..f48c7cbf97 100644
--- a/target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch
+++ b/target/linux/ramips/patches-3.10/0135-mtd-add-rtn56u-support.patch
@@ -1,6 +1,6 @@
---- a/drivers/mtd/mtdpart.c 2014-04-27 10:09:21.566294160 +0300
-+++ b/drivers/mtd/mtdpart.c 2014-06-09 11:27:48.952211672 +0300
-@@ -793,8 +793,11 @@
+--- a/drivers/mtd/mtdpart.c
++++ b/drivers/mtd/mtdpart.c
+@@ -793,8 +793,11 @@ static void split_uimage(struct mtd_info
{
struct {
__be32 magic;
@@ -13,7 +13,7 @@
} hdr;
size_t len;
-@@ -804,7 +807,11 @@
+@@ -804,7 +807,11 @@ static void split_uimage(struct mtd_info
if (len != sizeof(hdr) || hdr.magic != cpu_to_be32(UBOOT_MAGIC))
return;