diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-28 12:14:03 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-03 12:40:53 +0200 |
commit | 8f6fd53db9abc347467ace5696353ceebe1d76cb (patch) | |
tree | 521dd6b5527c19e2c3076a1d721778185a68ec7f /target/linux/ar71xx | |
parent | a0f7bdfc71dfa773039c03818fcba7afc4bf1988 (diff) | |
download | upstream-8f6fd53db9abc347467ace5696353ceebe1d76cb.tar.gz upstream-8f6fd53db9abc347467ace5696353ceebe1d76cb.tar.bz2 upstream-8f6fd53db9abc347467ace5696353ceebe1d76cb.zip |
kernel: bump 4.14 to 4.14.122
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6, x86_64
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-4.14/310-lib-add-rle-decompression.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.14/310-lib-add-rle-decompression.patch b/target/linux/ar71xx/patches-4.14/310-lib-add-rle-decompression.patch index 07faeab5bb..727f4d8343 100644 --- a/target/linux/ar71xx/patches-4.14/310-lib-add-rle-decompression.patch +++ b/target/linux/ar71xx/patches-4.14/310-lib-add-rle-decompression.patch @@ -12,7 +12,7 @@ # ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) --- a/lib/Makefile +++ b/lib/Makefile -@@ -135,6 +135,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ +@@ -146,6 +146,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ obj-$(CONFIG_RAID6_PQ) += raid6/ obj-$(CONFIG_LZMA_COMPRESS) += lzma/ obj-$(CONFIG_LZMA_DECOMPRESS) += lzma/ |