diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 29bd3ba69..58eef761c 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -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