[openwrt/openwrt] lantiq: kernel 5.10: disable ltq-deu
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 12 22:23:31 BST 2021
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e85180d90ed01ef4fb89675702622a9cabf3b092
commit e85180d90ed01ef4fb89675702622a9cabf3b092
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sun Dec 27 22:58:45 2020 +0100
lantiq: kernel 5.10: disable ltq-deu
For linux 5.10, kmod-ltq-deu need to be migrated to the new crypto
API/framework.
Leave it in tree for now and enable it only for Kernel 5.4. Maybe
someone picks up the work to migrate the package.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
package/kernel/lantiq/ltq-deu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/lantiq/ltq-deu/Makefile b/package/kernel/lantiq/ltq-deu/Makefile
index 7bc9e8532d..e5a7d0d86f 100644
--- a/package/kernel/lantiq/ltq-deu/Makefile
+++ b/package/kernel/lantiq/ltq-deu/Makefile
@@ -21,7 +21,7 @@ define KernelPackage/ltq-deu-template
TITLE:=deu driver for $(1)
URL:=http://www.lantiq.com/
VARIANT:=$(1)
- DEPENDS:=@TARGET_lantiq_$(2) +kmod-crypto-manager
+ DEPENDS:=@TARGET_lantiq_$(2) +kmod-crypto-manager @LINUX_5_4
FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko
AUTOLOAD:=$(call AutoProbe,ltq_deu_$(1))
endef
More information about the lede-commits
mailing list