summaryrefslogtreecommitdiff
path: root/package/ltq-vmmc
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-03 17:38:52 +0000
committerJohn Crispin <john@openwrt.org>2011-07-03 17:38:52 +0000
commit0fb39e9565fdad404d5129cf5df85dc5967b2cd0 (patch)
tree1d605fe6dc34649cfa524787e7608294491c2749 /package/ltq-vmmc
parent4dba05cc21fdb1a771a25199d19043628ad6d4e0 (diff)
downloadmtk-20170518-0fb39e9565fdad404d5129cf5df85dc5967b2cd0.zip
mtk-20170518-0fb39e9565fdad404d5129cf5df85dc5967b2cd0.tar.gz
mtk-20170518-0fb39e9565fdad404d5129cf5df85dc5967b2cd0.tar.bz2
fixes dependencies of pjsip and ltq-vmmc
SVN-Revision: 27409
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 2f3e834..8ca4e23 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_xway
+ DEPENDS:=+kmod-ltq-tapi @TARGET_lantiq
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
MAINTAINER:=John Crispin <blogic@openwrt.org>