diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-12-14 00:35:03 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-12-14 00:35:03 +0000 |
commit | b1bfed548c5365fe99436a5fd1b9a5144e8acf09 (patch) | |
tree | 4dba77855cb599b04357d051188bb082548ad95a /target/linux/generic/patches-3.14/408-mtd-old-rootfs-squashfs-splitter.patch | |
parent | d54e759611030967000d0845cde8ec6bf8da20a7 (diff) | |
download | upstream-b1bfed548c5365fe99436a5fd1b9a5144e8acf09.tar.gz upstream-b1bfed548c5365fe99436a5fd1b9a5144e8acf09.tar.bz2 upstream-b1bfed548c5365fe99436a5fd1b9a5144e8acf09.zip |
kernel: warn users to use the new (dedicated) firmware splitter
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43700
Diffstat (limited to 'target/linux/generic/patches-3.14/408-mtd-old-rootfs-squashfs-splitter.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/408-mtd-old-rootfs-squashfs-splitter.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/408-mtd-old-rootfs-squashfs-splitter.patch b/target/linux/generic/patches-3.14/408-mtd-old-rootfs-squashfs-splitter.patch index ff2c702a56..c29b137774 100644 --- a/target/linux/generic/patches-3.14/408-mtd-old-rootfs-squashfs-splitter.patch +++ b/target/linux/generic/patches-3.14/408-mtd-old-rootfs-squashfs-splitter.patch @@ -62,7 +62,7 @@ #define UBOOT_MAGIC 0x27051956 static void split_uimage(struct mtd_info *master, struct mtd_part *part) -@@ -725,7 +766,10 @@ static void mtd_partition_split(struct m +@@ -730,7 +771,10 @@ static void mtd_partition_split(struct m return; if (!strcmp(part->mtd.name, "rootfs")) { |