diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-03-14 15:07:03 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-03-14 15:13:39 +0100 |
commit | ac9bcefa3b044bf556af37a4c6b06e350a3d43c2 (patch) | |
tree | 3a685a97b0ca45a50ae947b312061b5c1f326080 /target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch | |
parent | d88e928a44725de6026859cca4248ccd5848f1c3 (diff) | |
download | upstream-ac9bcefa3b044bf556af37a4c6b06e350a3d43c2.tar.gz upstream-ac9bcefa3b044bf556af37a4c6b06e350a3d43c2.tar.bz2 upstream-ac9bcefa3b044bf556af37a4c6b06e350a3d43c2.zip |
kernel: use V10 of mtd patchset adding support for "compatible" string
In the commit bde5e7a632ef0 ("kernel: backport mtd implementation for
"compatible" in "partitions" subnode") patches that got accepted into
l2-mtd.git were backported to the kernels 4.9 and 4.14. Unfortunately
there was a regression report, patches were dropped and never reached
4.16.
This commit replaces these pseudo-backports with the latest version
that includes regression fix and futher changes that were requested.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch')
-rw-r--r-- | target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch b/target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch index 0ec5540d03..a08f46c317 100644 --- a/target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch +++ b/target/linux/generic/pending-4.9/404-mtd-add-more-helper-functions.patch @@ -29,7 +29,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> #ifdef CONFIG_MTD_SPLIT_FIRMWARE_NAME #define SPLIT_FIRMWARE_NAME CONFIG_MTD_SPLIT_FIRMWARE_NAME #else -@@ -1205,6 +1216,24 @@ int mtd_is_partition(const struct mtd_in +@@ -1244,6 +1255,24 @@ int mtd_is_partition(const struct mtd_in } EXPORT_SYMBOL_GPL(mtd_is_partition); |