aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-vmmc
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-08-06 18:56:38 +0000
committerJohn Crispin <john@openwrt.org>2012-08-06 18:56:38 +0000
commit54f30d4f460d9d9ae73a60d2c51cd3932310c720 (patch)
tree8cd1ba268293b60876093ea92270dbc8497e9b52 /package/ltq-vmmc
parent12c6df34cd738b3b7af298a3157ca51e9fd27fe7 (diff)
downloadupstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.tar.gz
upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.tar.bz2
upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.zip
fixes tapi dependencies
SVN-Revision: 33029
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 a0af1e5304..74724eb8be 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_danube||TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
+ DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon)
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
MAINTAINER:=John Crispin <blogic@openwrt.org>