mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
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>
This commit is contained in:
parent
55920643b1
commit
89765693a0
@ -307,6 +307,17 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,crypto-crc32c))
|
$(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
|
define KernelPackage/crypto-des
|
||||||
TITLE:=DES/3DES cipher CryptoAPI module
|
TITLE:=DES/3DES cipher CryptoAPI module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user