diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-19 08:21:24 -0800 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-02-23 20:13:22 +0100 |
commit | 30b482551d838f0a4a2d0d024a28ac6393f6ab9c (patch) | |
tree | ab7934a8247e00324214d06da71d63070072aba9 /package/kernel/linux/modules/block.mk | |
parent | 57fdcf66f0c2ae4410a169dfbc1bd5a2c66771b0 (diff) | |
download | upstream-30b482551d838f0a4a2d0d024a28ac6393f6ab9c.tar.gz upstream-30b482551d838f0a4a2d0d024a28ac6393f6ab9c.tar.bz2 upstream-30b482551d838f0a4a2d0d024a28ac6393f6ab9c.zip |
kernel: 5.10: fix kmod build failures
Modify existing modules to reflect their new location in Linux 5.10. Add
missing dependenices.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
[enable CRYPTO_USER_API_ENABLE_OBSOLETE; add kmod-crypto-hash dependency
to usb-net-rtl8152]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/kernel/linux/modules/block.mk')
-rw-r--r-- | package/kernel/linux/modules/block.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index b7767b3d16..e5822d95d7 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -218,7 +218,7 @@ $(eval $(call KernelPackage,dax)) define KernelPackage/dm SUBMENU:=$(BLOCK_MENU) TITLE:=Device Mapper - DEPENDS:=+kmod-crypto-manager +kmod-dax + DEPENDS:=+kmod-crypto-manager +kmod-dax +KERNEL_KEYS:kmod-keys-encrypted # All the "=n" are unnecessary, they're only there # to stop the config from asking the question. # MIRROR is M because I've needed it for pvmove. |