[source] lantiq: added xrx200 as plattform for ltqtapi

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


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

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

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

diff --git a/package/kernel/lantiq/ltq-tapi/Makefile b/package/kernel/lantiq/ltq-tapi/Makefile
index 8746954..a0f19b8 100644
--- a/package/kernel/lantiq/ltq-tapi/Makefile
+++ b/package/kernel/lantiq/ltq-tapi/Makefile
@@ -27,7 +27,7 @@ define KernelPackage/ltq-tapi
   SUBMENU:=Voice over IP
   TITLE:=Lantiq TAPI subsystem
   URL:=http://www.lantiq.com/
-  DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway) +kmod-ltq-ifxos
+  DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway||TARGET_lantiq_xrx200) +kmod-ltq-ifxos
   FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko
   AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
 endef



More information about the lede-commits mailing list