projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e763401
)
ltq-ptm: add missing depency to ltq-?dsl-*-mei
author
Jonas Gorski
<jonas.gorski@gmail.com>
Sat, 4 Nov 2017 11:25:53 +0000
(12:25 +0100)
committer
Jonas Gorski
<jonas.gorski@gmail.com>
Tue, 7 Nov 2017 21:58:58 +0000
(22:58 +0100)
Add the required dependency to the mei driver as cought by the depenceny
checker.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
package/kernel/lantiq/ltq-ptm/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-ptm/Makefile
b/package/kernel/lantiq/ltq-ptm/Makefile
index caf958fe2ebd6bc4c2a6ffb9eba7d1df15d1ecbd..13831a2b6f5dc5e27426ecc463e096516dd36ce5 100644
(file)
--- 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