aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-vmmc
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-11-03 15:16:25 +0000
committerJohn Crispin <blogic@openwrt.org>2011-11-03 15:16:25 +0000
commit472063336bc986dd1841f4b10e260dedbb8c0c8e (patch)
tree1d29df85adecea5cbba6c1bf79ebe8fc983b50f7 /package/ltq-vmmc
parentfc4b9802d7d9bd293e71057831d02fc0169fc9d3 (diff)
downloadupstream-472063336bc986dd1841f4b10e260dedbb8c0c8e.tar.gz
upstream-472063336bc986dd1841f4b10e260dedbb8c0c8e.tar.bz2
upstream-472063336bc986dd1841f4b10e260dedbb8c0c8e.zip
ltq-vmmc: should be available for falcon and danube only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-vmmc')
-rw-r--r--package/ltq-vmmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-vmmc/Makefile b/package/ltq-vmmc/Makefile
index 51c33f57ea..464d005c44 100644
--- a/package/ltq-vmmc/Makefile
+++ b/package/ltq-vmmc/Makefile
@@ -22,7 +22,7 @@ define KernelPackage/ltq-vmmc
SUBMENU:=Voice over IP
TITLE:=TAPI LL driver for Voice Macro
URL:=http://www.lantiq.com/
- DEPENDS:=+kmod-ltq-tapi @TARGET_lantiq
+ DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
MAINTAINER:=John Crispin <blogic@openwrt.org>