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>
This commit is contained in:
parent
e76340198f
commit
dea3bad84e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue