[source] kernel: fix kmod-tpm-tis packaging

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 3 09:14:40 PST 2017


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/a92d97790468ade42bc18b3d96dadc9dd6ac37b1

commit a92d97790468ade42bc18b3d96dadc9dd6ac37b1
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Fri Mar 3 17:29:41 2017 +0100

    kernel: fix kmod-tpm-tis packaging
    
    The tmp-tis module depends on tpm_tis_core.ko, so package this file as well.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/kernel/linux/modules/other.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 3b2d2e9..40869c6 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -974,7 +974,9 @@ define KernelPackage/tpm-tis
   TITLE:=TPM TIS 1.2 Interface / TPM 2.0 FIFO Interface
 	DEPENDS:= @TARGET_x86 +kmod-tpm
   KCONFIG:= CONFIG_TCG_TIS
-  FILES:= $(LINUX_DIR)/drivers/char/tpm/tpm_tis.ko
+  FILES:= \
+	$(LINUX_DIR)/drivers/char/tpm/tpm_tis.ko \
+	$(LINUX_DIR)/drivers/char/tpm/tpm_tis_core.ko
   AUTOLOAD:=$(call AutoLoad,20,tpm_tis,1)
 endef
 



More information about the lede-commits mailing list