diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-05 11:23:17 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-05 16:00:47 +0100 |
commit | f9c79947b5c4e726ecf5afd1b04d99f0b4101755 (patch) | |
tree | 6fc4416f0f7d900b899407a3e16d68794b8bc20c /target/linux/ipq40xx | |
parent | 91a8bc1dd06719e9edd3ab0791f5a0f11af836cd (diff) | |
download | upstream-f9c79947b5c4e726ecf5afd1b04d99f0b4101755.tar.gz upstream-f9c79947b5c4e726ecf5afd1b04d99f0b4101755.tar.bz2 upstream-f9c79947b5c4e726ecf5afd1b04d99f0b4101755.zip |
kernel: bump 4.14 to 4.14.79
Refreshed all patches.
Compile-tested on: cns3xxx, imx6, x86_64
Runtime-tested on: cns3xxx, imx6, x86_64
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch b/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch index 4ee79515c9..9fa8a91e06 100644 --- a/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch +++ b/target/linux/ipq40xx/patches-4.14/400-mtd-ubi-add-quirk-to-autoload-ubi-on-rt-ac58u.patch @@ -17,7 +17,7 @@ Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c -@@ -1184,6 +1184,9 @@ static void __init ubi_auto_attach(void) +@@ -1183,6 +1183,9 @@ static void __init ubi_auto_attach(void) mtd = open_mtd_device("ubi"); if (IS_ERR(mtd)) mtd = open_mtd_device("data"); |