X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/989c09b9d964fc04e43977f9d35640fa38b7ee54..f29bf60fb1e17b3be80e9127332c53fcaebee55b:/target/linux/generic-2.6/patches-2.6.30/052-pcomp_lzma_support.patch?ds=sidebyside diff --git a/target/linux/generic-2.6/patches-2.6.30/052-pcomp_lzma_support.patch b/target/linux/generic-2.6/patches-2.6.30/052-pcomp_lzma_support.patch index c5265e9b2..3259db40a 100644 --- a/target/linux/generic-2.6/patches-2.6.30/052-pcomp_lzma_support.patch +++ b/target/linux/generic-2.6/patches-2.6.30/052-pcomp_lzma_support.patch @@ -713,7 +713,7 @@ +MODULE_AUTHOR("Felix Fietkau "); --- a/crypto/Kconfig +++ b/crypto/Kconfig -@@ -728,6 +728,12 @@ config CRYPTO_ZLIB +@@ -758,6 +758,12 @@ config CRYPTO_ZLIB help This is the zlib algorithm. @@ -728,7 +728,7 @@ select CRYPTO_ALGAPI --- a/crypto/Makefile +++ b/crypto/Makefile -@@ -73,6 +73,7 @@ obj-$(CONFIG_CRYPTO_SEED) += seed.o +@@ -75,6 +75,7 @@ obj-$(CONFIG_CRYPTO_SEED) += seed.o obj-$(CONFIG_CRYPTO_SALSA20) += salsa20_generic.o obj-$(CONFIG_CRYPTO_DEFLATE) += deflate.o obj-$(CONFIG_CRYPTO_ZLIB) += zlib.o