From: Stefan Koch Date: Tue, 4 Oct 2016 19:22:40 +0000 (+0200) Subject: lantiq: added xrx200 as plattform for ltqvmmc X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7672fa5b462361fb194a5d51d98142683719598;p=librecmc%2Flibrecmc.git lantiq: added xrx200 as plattform for ltqvmmc Signed-off-by: Stefan Koch --- diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile index d4df7d14c4..b51e0dfcf2 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