diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-27 12:31:51 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-28 13:10:08 +0200 |
commit | 8bc800aa56881ccd3c55117342b4d8dda0787cac (patch) | |
tree | 0e36109f335e3b0fcb4389866e598852e5e62324 /target/linux/ar71xx | |
parent | c948a7415898e3cc34b4f501d9d5547685c6e86f (diff) | |
download | upstream-8bc800aa56881ccd3c55117342b4d8dda0787cac.tar.gz upstream-8bc800aa56881ccd3c55117342b4d8dda0787cac.tar.bz2 upstream-8bc800aa56881ccd3c55117342b4d8dda0787cac.zip |
kernel: bump 4.9 to 4.9.190
Refreshed all patches.
Fixes:
- CVE-2019-3900
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-4.9/310-lib-add-rle-decompression.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.9/310-lib-add-rle-decompression.patch b/target/linux/ar71xx/patches-4.9/310-lib-add-rle-decompression.patch index e64b89adcd..fa92646baa 100644 --- a/target/linux/ar71xx/patches-4.9/310-lib-add-rle-decompression.patch +++ b/target/linux/ar71xx/patches-4.9/310-lib-add-rle-decompression.patch @@ -12,7 +12,7 @@ # ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) --- a/lib/Makefile +++ b/lib/Makefile -@@ -121,6 +121,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ +@@ -122,6 +122,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ obj-$(CONFIG_RAID6_PQ) += raid6/ obj-$(CONFIG_LZMA_COMPRESS) += lzma/ obj-$(CONFIG_LZMA_DECOMPRESS) += lzma/ |