[source] lantiq: added xrx200 as plattform for ltqvmmc

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 31 11:13:10 PDT 2016


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

commit a7672fa5b462361fb194a5d51d98142683719598
Author: Stefan Koch <stefan.koch10 at gmail.com>
AuthorDate: Tue Oct 4 21:22:40 2016 +0200

    lantiq: added xrx200 as plattform for ltqvmmc
    
    Signed-off-by: Stefan Koch <stefan.koch10 at gmail.com>
---
 package/kernel/lantiq/ltq-vmmc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile
index d4df7d1..b51e0df 100644
--- a/package/kernel/lantiq/ltq-vmmc/Makefile
+++ b/package/kernel/lantiq/ltq-vmmc/Makefile
@@ -27,7 +27,7 @@ define KernelPackage/ltq-vmmc
   SUBMENU:=Voice over IP
   TITLE:=TAPI LL driver for Voice Macro
   URL:=http://www.lantiq.com/
-  DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway) +kmod-ltq-tapi
+  DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway||TARGET_lantiq_xrx200) +kmod-ltq-tapi
   FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
   AUTOLOAD:=$(call AutoProbe,drv_vmmc)
 endef



More information about the lede-commits mailing list