diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-06 19:02:16 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-06 19:02:16 +0000 |
commit | 7691bc8380e586e04a5959dc1f4fbdac43218ae7 (patch) | |
tree | 596df798f1a8f3f6084b5d936f8ee389b740b374 /package/ltq-tapi/Makefile | |
parent | a408b75fbaff555cef9536924a1864a69cea8ed9 (diff) |
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/Makefile')
-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 656ae1505..64d7defaf 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> |