diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-29 05:17:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-03-29 05:17:10 +0000 |
commit | 2e6d399f2816e92ccbd6b87ba926734496b14339 (patch) | |
tree | e732df068be61fba7941819cdc72521deea162a7 /package/ltq-tapi/Makefile | |
parent | 7252c35ef16c7fa30d82a9da66009dbcb82583a4 (diff) | |
download | upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.tar.gz upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.tar.bz2 upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.zip |
[lantiq]
* several updates to the voice packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-tapi/Makefile')
-rw-r--r-- | package/ltq-tapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-tapi/Makefile b/package/ltq-tapi/Makefile index 6c530ac877..ecaac2eeb4 100644 --- a/package/ltq-tapi/Makefile +++ b/package/ltq-tapi/Makefile @@ -22,7 +22,7 @@ define KernelPackage/ltq-tapi SUBMENU:=Voice over IP TITLE:=Lantiq TAPI subsystem URL:=http://www.lantiq.com/ - DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq_xway + DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko AUTOLOAD:=$(call AutoLoad,20,drv_tapi) MAINTAINER:=John Crispin <blogic@openwrt.org> |