aboutsummaryrefslogtreecommitdiffstats
path: root/package/ltq-tapi/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-07-06 19:02:16 +0000
committerJohn Crispin <john@openwrt.org>2011-07-06 19:02:16 +0000
commit1d43c2b5b65e8ccbd05e2c3c7fef05a4cc568138 (patch)
tree950ea4e0270fb8898596daaa23e7d27de01ad2d0 /package/ltq-tapi/Makefile
parenta674aabe5439b8a507e31833a1fcb3bab925b050 (diff)
downloadupstream-1d43c2b5b65e8ccbd05e2c3c7fef05a4cc568138.tar.gz
upstream-1d43c2b5b65e8ccbd05e2c3c7fef05a4cc568138.tar.bz2
upstream-1d43c2b5b65e8ccbd05e2c3c7fef05a4cc568138.zip
ltq-tapi is not xway specific
SVN-Revision: 27497
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 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>