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:
		| @@ -24,6 +24,11 @@ define KernelPackage/ltq-ptm-template | |||||||
|   URL:=http://www.lantiq.com/ |   URL:=http://www.lantiq.com/ | ||||||
|   VARIANT:=$(1) |   VARIANT:=$(1) | ||||||
|   DEPENDS:=@TARGET_lantiq_$(2) |   DEPENDS:=@TARGET_lantiq_$(2) | ||||||
|  | ifeq ($(1),vr9) | ||||||
|  |   DEPENDS+= +kmod-ltq-vdsl-vr9-mei | ||||||
|  | else | ||||||
|  |   DEPENDS+= +kmod-ltq-adsl-$(1)-mei | ||||||
|  | endif | ||||||
| ifeq ($(1),ase) | ifeq ($(1),ase) | ||||||
|   DEPENDS+=@BROKEN |   DEPENDS+=@BROKEN | ||||||
| endif | endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonas Gorski
					Jonas Gorski