summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-11-03 15:16:25 +0000
committerJohn Crispin <john@openwrt.org>2011-11-03 15:16:25 +0000
commitd47e4959d2c6cb0e6db42d437842af9982daba92 (patch)
tree324852fcd3f931dfd13a84c22bb0424308bc9e13
parentea36ad76bcf0043d137da37ea1aee7bded76f5a2 (diff)
downloadmaster-31e0f0ae-d47e4959d2c6cb0e6db42d437842af9982daba92.tar.gz
master-31e0f0ae-d47e4959d2c6cb0e6db42d437842af9982daba92.tar.bz2
master-31e0f0ae-d47e4959d2c6cb0e6db42d437842af9982daba92.zip
ltq-vmmc: should be available for falcon and danube only
SVN-Revision: 28722
-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>