diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:52 +0000 |
commit | 4e97f76c3b1e25605c00089e523bba0775cf12c6 (patch) | |
tree | c4b27550ebd98cf18efc82606ecb6fd71eecba49 /package/ltq-vmmc | |
parent | 945713a874d0b331dd5ee6e0e4f7101035e1e274 (diff) | |
download | upstream-4e97f76c3b1e25605c00089e523bba0775cf12c6.tar.gz upstream-4e97f76c3b1e25605c00089e523bba0775cf12c6.tar.bz2 upstream-4e97f76c3b1e25605c00089e523bba0775cf12c6.zip |
fixes dependencies of pjsip and ltq-vmmc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27409 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-vmmc')
-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> |