mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kmod-tpm: fix linux 6.12 support
This commit is contained in:
parent
6b5e1a552f
commit
af098a176f
@ -1216,9 +1216,10 @@ define KernelPackage/tpm
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=TPM Hardware Support
|
||||
DEPENDS:= +kmod-random-core +kmod-asn1-decoder \
|
||||
+kmod-asn1-encoder +kmod-oid-registry
|
||||
+kmod-asn1-encoder +kmod-oid-registry +LINUX_6_12:kmod-crypto-ecdh +LINUX_6_12:kmod-crypto-sha256
|
||||
KCONFIG:= CONFIG_TCG_TPM
|
||||
FILES:= $(LINUX_DIR)/drivers/char/tpm/tpm.ko
|
||||
FILES:= $(LINUX_DIR)/lib/crypto/libaescfb.ko@ge6.9 \
|
||||
$(LINUX_DIR)/drivers/char/tpm/tpm.ko
|
||||
AUTOLOAD:=$(call AutoLoad,10,tpm,1)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user