From: Christian Lamparter Date: Thu, 20 Jun 2019 19:46:55 +0000 (+0200) Subject: kernel: fix kmod-tpm 4.19 dependencies X-Git-Tag: v21.02.0-rc1~5745 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c4fb2213762295c848349c83c322af2adda86834;p=openwrt%2Fstaging%2Fhauke.git kernel: fix kmod-tpm 4.19 dependencies This patch fixes the ath79-nand build error: |Package kmod-tpm is missing dependencies for the following libraries: |rng-core.ko by making it depend on rng-core from 4.19 onwards. This should work as 4.9 is gone so only 4.14 and 4.19 are there. Signed-off-by: Christian Lamparter --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 16b438461e..e98b8a9223 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -1085,6 +1085,7 @@ $(eval $(call KernelPackage,bmp085-spi)) define KernelPackage/tpm SUBMENU:=$(OTHER_MENU) TITLE:=TPM Hardware Support + DEPENDS:= +!LINUX_4_14:kmod-random-core KCONFIG:= CONFIG_TCG_TPM FILES:= $(LINUX_DIR)/drivers/char/tpm/tpm.ko AUTOLOAD:=$(call AutoLoad,10,tpm,1)