diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:50:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:50:46 +0000 |
commit | 17cf9c45934fe054b945aa00757d1f9509de68be (patch) | |
tree | 97544f271aea1dd03fa66a6b04a9555c5096c0d6 /target/linux/ramips/patches-3.10/0134-mtd-split-remove-padding.patch | |
parent | e2864e9990e2bbc511e7f767ac7c264530471aa9 (diff) | |
download | upstream-17cf9c45934fe054b945aa00757d1f9509de68be.tar.gz upstream-17cf9c45934fe054b945aa00757d1f9509de68be.tar.bz2 upstream-17cf9c45934fe054b945aa00757d1f9509de68be.zip |
ralink: drop 3.10 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42481
Diffstat (limited to 'target/linux/ramips/patches-3.10/0134-mtd-split-remove-padding.patch')
-rw-r--r-- | target/linux/ramips/patches-3.10/0134-mtd-split-remove-padding.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ramips/patches-3.10/0134-mtd-split-remove-padding.patch b/target/linux/ramips/patches-3.10/0134-mtd-split-remove-padding.patch deleted file mode 100644 index 9c5a728995..0000000000 --- a/target/linux/ramips/patches-3.10/0134-mtd-split-remove-padding.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/drivers/mtd/mtdpart.c -+++ b/drivers/mtd/mtdpart.c -@@ -805,10 +805,6 @@ static void split_uimage(struct mtd_info - return; - - len = be32_to_cpu(hdr.size) + 0x40; -- len = mtd_pad_erasesize(master, part->offset, len); -- if (len + master->erasesize > part->mtd.size) -- return; -- - __mtd_add_partition(master, "rootfs", part->offset + len, - part->mtd.size - len, false); - } |