diff options
author | John Crispin <john@openwrt.org> | 2011-07-03 17:38:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-03 17:38:52 +0000 |
commit | 0fb39e9565fdad404d5129cf5df85dc5967b2cd0 (patch) | |
tree | 1d605fe6dc34649cfa524787e7608294491c2749 /package/ltq-vmmc/Makefile | |
parent | 4dba05cc21fdb1a771a25199d19043628ad6d4e0 (diff) | |
download | upstream-0fb39e9565fdad404d5129cf5df85dc5967b2cd0.tar.gz upstream-0fb39e9565fdad404d5129cf5df85dc5967b2cd0.tar.bz2 upstream-0fb39e9565fdad404d5129cf5df85dc5967b2cd0.zip |
fixes dependencies of pjsip and ltq-vmmc
SVN-Revision: 27409
Diffstat (limited to 'package/ltq-vmmc/Makefile')
-rw-r--r-- | package/ltq-vmmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-vmmc/Makefile b/package/ltq-vmmc/Makefile index 2f3e834f2d..8ca4e2398f 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> |