X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fpatches-4.4%2F310-lib-add-rle-decompression.patch;fp=target%2Flinux%2Far71xx%2Fpatches-4.4%2F310-lib-add-rle-decompression.patch;h=02834de91365eac577d71f0deec622036e72ffb0;hb=4f6837180e9aca525b107891e5f53373dc802038;hp=5b2d1a11deec14d1e920ce052a63cc3355642e17;hpb=0082e90e4f7ed2814065239a9d57d06cfbda0993;p=openwrt%2Fstaging%2Fpepe2k.git diff --git a/target/linux/ar71xx/patches-4.4/310-lib-add-rle-decompression.patch b/target/linux/ar71xx/patches-4.4/310-lib-add-rle-decompression.patch index 5b2d1a11de..02834de913 100644 --- a/target/linux/ar71xx/patches-4.4/310-lib-add-rle-decompression.patch +++ b/target/linux/ar71xx/patches-4.4/310-lib-add-rle-decompression.patch @@ -12,7 +12,7 @@ # ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.) --- a/lib/Makefile +++ b/lib/Makefile -@@ -108,6 +108,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ +@@ -109,6 +109,7 @@ obj-$(CONFIG_XZ_DEC) += xz/ obj-$(CONFIG_RAID6_PQ) += raid6/ obj-$(CONFIG_LZMA_COMPRESS) += lzma/ obj-$(CONFIG_LZMA_DECOMPRESS) += lzma/