aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2020-12-27 22:58:45 +0100
committerMathias Kresin <dev@kresin.me>2021-04-12 23:23:09 +0200
commite85180d90ed01ef4fb89675702622a9cabf3b092 (patch)
tree0216a2296a4dbb34b88b6070bb05f4ff8c34fc80
parent0806f8fc80e602b88ac80a334dccf07e1334d416 (diff)
downloadupstream-e85180d90ed01ef4fb89675702622a9cabf3b092.tar.gz
upstream-e85180d90ed01ef4fb89675702622a9cabf3b092.tar.bz2
upstream-e85180d90ed01ef4fb89675702622a9cabf3b092.zip
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@kresin.me>
-rw-r--r--package/kernel/lantiq/ltq-deu/Makefile2
1 files changed, 1 insertions, 1 deletions
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