summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/other.mk
diff options
context:
space:
mode:
authorTomasz Maciej Nowak <tmn505@gmail.com>2022-06-20 14:48:19 +0200
committerChristian Lamparter <chunkeey@gmail.com>2022-06-24 17:10:24 +0200
commit9bad3451b66d0c01105851d1514ae1ee43d60160 (patch)
tree7f420e2d066369726245f98491d68a038452c001 /package/kernel/linux/modules/other.mk
parenta74a853d0d9c716bcaf1878eecbdc3860d28c88e (diff)
downloadopenwrt-9bad3451b66d0c01105851d1514ae1ee43d60160.tar.gz
openwrt-9bad3451b66d0c01105851d1514ae1ee43d60160.tar.bz2
openwrt-9bad3451b66d0c01105851d1514ae1ee43d60160.zip
kernel: clean-up after kernel 5.4 removal
These narrowments are no longer useful, since there's no lower version than 5.10 supported in tree. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Diffstat (limited to 'package/kernel/linux/modules/other.mk')
-rw-r--r--package/kernel/linux/modules/other.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 802dd81bed..f5d524e703 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -1190,9 +1190,7 @@ define KernelPackage/keys-trusted
TITLE:=TPM trusted keys on kernel keyring
DEPENDS:=@KERNEL_KEYS +kmod-crypto-hash +kmod-crypto-hmac +kmod-crypto-sha1 +kmod-tpm
KCONFIG:=CONFIG_TRUSTED_KEYS
- FILES:= \
- $(LINUX_DIR)/security/keys/trusted.ko@lt5.10 \
- $(LINUX_DIR)/security/keys/trusted-keys/trusted.ko@ge5.10
+ FILES:= $(LINUX_DIR)/security/keys/trusted-keys/trusted.ko
AUTOLOAD:=$(call AutoLoad,01,trusted-keys,1)
endef