diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-07-11 14:57:00 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-07-12 13:54:24 +0200 |
commit | 3a5498c5e55d3fad5df14d94366e331642f0eb77 (patch) | |
tree | 7f460940bac775f2e0794073f21e8813512f2d15 /target/linux/generic/pending-4.9 | |
parent | 27014da237f172fc8459df34ab46d0460e9d7129 (diff) | |
download | upstream-3a5498c5e55d3fad5df14d94366e331642f0eb77.tar.gz upstream-3a5498c5e55d3fad5df14d94366e331642f0eb77.tar.bz2 upstream-3a5498c5e55d3fad5df14d94366e331642f0eb77.zip |
kernel: bump 4.9 to 4.9.111 for 18.06
Refreshed all patches
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.9')
-rw-r--r-- | target/linux/generic/pending-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/pending-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch b/target/linux/generic/pending-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch index 1d44cdb9f4..8b37dba034 100644 --- a/target/linux/generic/pending-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch +++ b/target/linux/generic/pending-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch @@ -8,7 +8,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org> --- a/drivers/mtd/ubi/build.c +++ b/drivers/mtd/ubi/build.c -@@ -1223,6 +1223,49 @@ static struct mtd_info * __init open_mtd +@@ -1226,6 +1226,49 @@ static struct mtd_info * __init open_mtd return mtd; } @@ -58,7 +58,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org> static int __init ubi_init(void) { int err, i, k; -@@ -1306,6 +1349,12 @@ static int __init ubi_init(void) +@@ -1309,6 +1352,12 @@ static int __init ubi_init(void) } } |