[source] ltq-atm: fix dependency for xrx200

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 8 06:16:56 PST 2017


jogo pushed a commit to source.git, branch master:
https://git.lede-project.org/e76340198f495ad5ca852e3b9642d6002f5f66f2

commit e76340198f495ad5ca852e3b9642d6002f5f66f2
Author: Jonas Gorski <jonas.gorski at gmail.com>
AuthorDate: Sat Nov 4 12:23:50 2017 +0100

    ltq-atm: fix dependency for xrx200
    
    Ad the missing dependency for the xrx200 variant, which depends on the
    vdsl mei driver.
    
    Signed-off-by: Jonas Gorski <jonas.gorski at gmail.com>
---
 package/kernel/lantiq/ltq-atm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/lantiq/ltq-atm/Makefile b/package/kernel/lantiq/ltq-atm/Makefile
index 467e21c..5d63983 100644
--- a/package/kernel/lantiq/ltq-atm/Makefile
+++ b/package/kernel/lantiq/ltq-atm/Makefile
@@ -29,7 +29,7 @@ endef
 KernelPackage/ltq-atm-danube=$(call KernelPackage/ltq-atm-template,danube,(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) +kmod-ltq-adsl-danube-mei)
 KernelPackage/ltq-atm-ar9=$(call KernelPackage/ltq-atm-template,ar9,TARGET_lantiq_xway +kmod-ltq-adsl-ar9-mei)
 KernelPackage/ltq-atm-ase=$(call KernelPackage/ltq-atm-template,ase,TARGET_lantiq_ase +kmod-ltq-adsl-ase-mei)
-KernelPackage/ltq-atm-vr9=$(call KernelPackage/ltq-atm-template,vr9,TARGET_lantiq_xrx200)
+KernelPackage/ltq-atm-vr9=$(call KernelPackage/ltq-atm-template,vr9,TARGET_lantiq_xrx200 +kmod-ltq-vdsl-vr9-mei)
 
 define Build/Configure
 endef



More information about the lede-commits mailing list