aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-ptm
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2017-11-04 12:25:53 +0100
committerJonas Gorski <jonas.gorski@gmail.com>2017-11-07 22:58:58 +0100
commitdea3bad84ee89b151bedfd5947ee620384454a3c (patch)
tree6c3cd513acc14663bd2f8c354e681624834e7f3c /package/kernel/lantiq/ltq-ptm
parente76340198f495ad5ca852e3b9642d6002f5f66f2 (diff)
downloadupstream-dea3bad84ee89b151bedfd5947ee620384454a3c.tar.gz
upstream-dea3bad84ee89b151bedfd5947ee620384454a3c.tar.bz2
upstream-dea3bad84ee89b151bedfd5947ee620384454a3c.zip
ltq-ptm: add missing depency to ltq-?dsl-*-mei
Add the required dependency to the mei driver as cought by the depenceny checker. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'package/kernel/lantiq/ltq-ptm')
-rw-r--r--package/kernel/lantiq/ltq-ptm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-ptm/Makefile b/package/kernel/lantiq/ltq-ptm/Makefile
index caf958fe2e..13831a2b6f 100644
--- a/package/kernel/lantiq/ltq-ptm/Makefile
+++ b/package/kernel/lantiq/ltq-ptm/Makefile
@@ -24,6 +24,11 @@ define KernelPackage/ltq-ptm-template
URL:=http://www.lantiq.com/
VARIANT:=$(1)
DEPENDS:=@TARGET_lantiq_$(2)
+ifeq ($(1),vr9)
+ DEPENDS+= +kmod-ltq-vdsl-vr9-mei
+else
+ DEPENDS+= +kmod-ltq-adsl-$(1)-mei
+endif
ifeq ($(1),ase)
DEPENDS+=@BROKEN
endif