diff options
author | John Crispin <john@openwrt.org> | 2011-07-06 19:02:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-06 19:02:16 +0000 |
commit | 1d43c2b5b65e8ccbd05e2c3c7fef05a4cc568138 (patch) | |
tree | 950ea4e0270fb8898596daaa23e7d27de01ad2d0 /package/ltq-tapi | |
parent | a674aabe5439b8a507e31833a1fcb3bab925b050 (diff) | |
download | upstream-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')
-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 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> |