diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-06 19:02:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-06 19:02:16 +0000 |
commit | 5842cbd731e82910fde02590ccd50ce5a8eb054b (patch) | |
tree | 596df798f1a8f3f6084b5d936f8ee389b740b374 /package/ltq-tapi | |
parent | 111e5605f9f500e3180a7400083c2fb8d0693b79 (diff) | |
download | upstream-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/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> |