kernel: add missing dependency to kmod-crypto-acompress
Like kernel on 4.14 some modules need the dependency to kmod-crypto-acompress on kernel 4.19. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
		@@ -145,7 +145,7 @@ $(eval $(call KernelPackage,crypto-cts))
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
define KernelPackage/crypto-deflate
 | 
					define KernelPackage/crypto-deflate
 | 
				
			||||||
  TITLE:=Deflate compression CryptoAPI module
 | 
					  TITLE:=Deflate compression CryptoAPI module
 | 
				
			||||||
  DEPENDS:=+kmod-lib-zlib-inflate +kmod-lib-zlib-deflate +LINUX_4_14:kmod-crypto-acompress
 | 
					  DEPENDS:=+kmod-lib-zlib-inflate +kmod-lib-zlib-deflate +!(LINUX_3_18||LINUX_4_9):kmod-crypto-acompress
 | 
				
			||||||
  KCONFIG:=CONFIG_CRYPTO_DEFLATE
 | 
					  KCONFIG:=CONFIG_CRYPTO_DEFLATE
 | 
				
			||||||
  FILES:=$(LINUX_DIR)/crypto/deflate.ko
 | 
					  FILES:=$(LINUX_DIR)/crypto/deflate.ko
 | 
				
			||||||
  AUTOLOAD:=$(call AutoLoad,09,deflate)
 | 
					  AUTOLOAD:=$(call AutoLoad,09,deflate)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -101,7 +101,7 @@ $(eval $(call KernelPackage,lib-crc32c))
 | 
				
			|||||||
define KernelPackage/lib-lzo
 | 
					define KernelPackage/lib-lzo
 | 
				
			||||||
  SUBMENU:=$(LIB_MENU)
 | 
					  SUBMENU:=$(LIB_MENU)
 | 
				
			||||||
  TITLE:=LZO support
 | 
					  TITLE:=LZO support
 | 
				
			||||||
  DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
 | 
					  DEPENDS:=+!(LINUX_3_18||LINUX_4_9):kmod-crypto-acompress
 | 
				
			||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_CRYPTO_LZO@ge4.9 \
 | 
						CONFIG_CRYPTO_LZO@ge4.9 \
 | 
				
			||||||
	CONFIG_LZO_COMPRESS \
 | 
						CONFIG_LZO_COMPRESS \
 | 
				
			||||||
@@ -146,7 +146,7 @@ $(eval $(call KernelPackage,lib-zstd))
 | 
				
			|||||||
define KernelPackage/lib-lz4
 | 
					define KernelPackage/lib-lz4
 | 
				
			||||||
  SUBMENU:=$(LIB_MENU)
 | 
					  SUBMENU:=$(LIB_MENU)
 | 
				
			||||||
  TITLE:=LZ4 support
 | 
					  TITLE:=LZ4 support
 | 
				
			||||||
  DEPENDS:=+LINUX_4_14:kmod-crypto-acompress
 | 
					  DEPENDS:=+!(LINUX_3_18||LINUX_4_9):kmod-crypto-acompress
 | 
				
			||||||
  HIDDEN:=1
 | 
					  HIDDEN:=1
 | 
				
			||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_CRYPTO_LZ4@ge4.9 \
 | 
						CONFIG_CRYPTO_LZ4@ge4.9 \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user