X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fpatches-4.14%2F310-lib-add-rle-decompression.patch;fp=target%2Flinux%2Far71xx%2Fpatches-4.14%2F310-lib-add-rle-decompression.patch;h=727f4d8343e01ab7fa229568dcbf33d09d45e90b;hb=8f6fd53db9abc347467ace5696353ceebe1d76cb;hp=07faeab5bbb56bf56b442bdfc0944b0e5b76aa4e;hpb=a0f7bdfc71dfa773039c03818fcba7afc4bf1988;p=openwrt%2Fopenwrt.git 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/