diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-04-02 10:29:55 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-04-02 12:47:55 +0200 |
commit | b26e34214c3d3aea9792c950d5e7fdb5bc5412b1 (patch) | |
tree | 13d996bbc90294072e7e07c41ae68241ac2c538d /target/linux/generic/patches-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch | |
parent | 97e6b67291036451683cb94ee6b91d07fdd10af5 (diff) | |
download | upstream-b26e34214c3d3aea9792c950d5e7fdb5bc5412b1.tar.gz upstream-b26e34214c3d3aea9792c950d5e7fdb5bc5412b1.tar.bz2 upstream-b26e34214c3d3aea9792c950d5e7fdb5bc5412b1.zip |
kernel: update kernel 4.9 to 4.9.20
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/patches-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch')
-rw-r--r-- | target/linux/generic/patches-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/generic/patches-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch b/target/linux/generic/patches-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch index 52a208aed3..e4f92379df 100644 --- a/target/linux/generic/patches-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch +++ b/target/linux/generic/patches-4.9/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch @@ -9,10 +9,8 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org> drivers/mtd/ubi/build.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) -Index: linux-4.9.17/drivers/mtd/ubi/build.c -=================================================================== ---- linux-4.9.17.orig/drivers/mtd/ubi/build.c -+++ linux-4.9.17/drivers/mtd/ubi/build.c +--- a/drivers/mtd/ubi/build.c ++++ b/drivers/mtd/ubi/build.c @@ -1212,6 +1212,49 @@ static struct mtd_info * __init open_mtd return mtd; } |