kernel: Add kmod-crypto-crc32 (crc32_generic.ko)

This is needed for F2FS support (it depends on crc32_generic,
not crc32c_generic).

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
openwrt-18.06
Shane Peelar 2017-03-24 10:44:24 -04:00 committed by John Crispin
parent 55920643b1
commit 89765693a0
1 changed files with 11 additions and 0 deletions

View File

@ -307,6 +307,17 @@ endef
$(eval $(call KernelPackage,crypto-crc32c))
define KernelPackage/crypto-crc32
TITLE:=CRC32 CRC module
DEPENDS:=+kmod-crypto-hash
KCONFIG:=CONFIG_CRYPTO_CRC32
HIDDEN:=1
FILES:=$(LINUX_DIR)/crypto/crc32_generic.ko@ge4.9
AUTOLOAD:=$(call AutoLoad,04,crc32_generic@ge4.9,1)
$(call AddDepends/crypto)
endef
$(eval $(call KernelPackage,crypto-crc32))
define KernelPackage/crypto-des
TITLE:=DES/3DES cipher CryptoAPI module