aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorStefan Koch <stefan.koch10@gmail.com>2016-10-04 21:22:40 +0200
committerJohn Crispin <john@phrozen.org>2016-10-31 16:51:33 +0100
commita7672fa5b462361fb194a5d51d98142683719598 (patch)
tree4cce507d2006165678c56fdb96085680cdf39ad4 /package
parent8c08ccc93769730412a85ab7bc4d7096fbcc981b (diff)
downloadupstream-a7672fa5b462361fb194a5d51d98142683719598.tar.gz
upstream-a7672fa5b462361fb194a5d51d98142683719598.tar.bz2
upstream-a7672fa5b462361fb194a5d51d98142683719598.zip
lantiq: added xrx200 as plattform for ltqvmmc
Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/lantiq/ltq-vmmc/Makefile2
1 files changed, 1 insertions, 1 deletions
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