ltq-deu: remove driver disablement for kernel 5.4 and above
Remove the dependency on kernel 5.4 from the Makefile to allow the driver to compile with kernel 5.10 or kernel versions higher than 5.4. Signed-off-by: Daniel Kestrel <kestrel1974@t-online.de>
This commit is contained in:
parent
43422deed3
commit
f8e5c6080c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ define KernelPackage/ltq-deu-template
|
||||||
TITLE:=deu driver for $(1)
|
TITLE:=deu driver for $(1)
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
DEPENDS:=@TARGET_lantiq_$(2) +kmod-crypto-manager +kmod-crypto-des @LINUX_5_4
|
DEPENDS:=@TARGET_lantiq_$(2) +kmod-crypto-manager +kmod-crypto-des
|
||||||
FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko
|
FILES:=$(PKG_BUILD_DIR)/ltq_deu_$(1).ko
|
||||||
AUTOLOAD:=$(call AutoProbe,ltq_deu_$(1))
|
AUTOLOAD:=$(call AutoProbe,ltq_deu_$(1))
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue