diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-13 10:54:43 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-15 11:28:40 +0200 |
commit | f053a8ce415da2e276dfd54288a02a98a819d09e (patch) | |
tree | 40194814144c7543fb3f8f3d4c1cdfa7ceee4d2c /target/linux/ar71xx/patches-4.9/310-lib-add-rle-decompression.patch | |
parent | 412d80cdb7a3a9fc610dbdd29529b06c63c36a62 (diff) | |
download | upstream-f053a8ce415da2e276dfd54288a02a98a819d09e.tar.gz upstream-f053a8ce415da2e276dfd54288a02a98a819d09e.tar.bz2 upstream-f053a8ce415da2e276dfd54288a02a98a819d09e.zip |
kernel: bump 4.9 to 4.9.175
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/ar71xx/patches-4.9/310-lib-add-rle-decompression.patch')
-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 d8480125a9..e64b89adcd 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 -@@ -120,6 +120,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ +@@ -121,6 +121,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ obj-$(CONFIG_RAID6_PQ) += raid6/ obj-$(CONFIG_LZMA_COMPRESS) += lzma/ obj-$(CONFIG_LZMA_DECOMPRESS) += lzma/ |