aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-tapi/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-03-11 08:21:21 +0000
committerJohn Crispin <john@openwrt.org>2011-03-11 08:21:21 +0000
commitb387ede3d32221363f6a4b42b94ef15800d6cff2 (patch)
treee566e7985518b98ad4849ddd588f9499784ad9aa /package/ltq-tapi/Makefile
parentaae6a9443289410feaae8814436abd3182bb4958 (diff)
downloadupstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.tar.gz
upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.tar.bz2
upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.zip
* fixes dsl, ifxos, tapi and vmcc for .37
SVN-Revision: 26023
Diffstat (limited to 'package/ltq-tapi/Makefile')
-rw-r--r--package/ltq-tapi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-tapi/Makefile b/package/ltq-tapi/Makefile
index ecaac2eeb4..6c530ac877 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
+ DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq_xway
FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko
AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
MAINTAINER:=John Crispin <blogic@openwrt.org>