aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-tapi
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-07-06 19:02:16 +0000
committerJohn Crispin <blogic@openwrt.org>2011-07-06 19:02:16 +0000
commit5842cbd731e82910fde02590ccd50ce5a8eb054b (patch)
tree596df798f1a8f3f6084b5d936f8ee389b740b374 /package/ltq-tapi
parent111e5605f9f500e3180a7400083c2fb8d0693b79 (diff)
downloadupstream-5842cbd731e82910fde02590ccd50ce5a8eb054b.tar.gz
upstream-5842cbd731e82910fde02590ccd50ce5a8eb054b.tar.bz2
upstream-5842cbd731e82910fde02590ccd50ce5a8eb054b.zip
ltq-tapi is not xway specific
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-tapi')
-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 656ae15050..64d7defaf3 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>