diff options
author | John Crispin <john@openwrt.org> | 2011-03-11 08:21:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-03-11 08:21:21 +0000 |
commit | b387ede3d32221363f6a4b42b94ef15800d6cff2 (patch) | |
tree | e566e7985518b98ad4849ddd588f9499784ad9aa /package/ltq-tapi/Makefile | |
parent | aae6a9443289410feaae8814436abd3182bb4958 (diff) | |
download | upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.tar.gz upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.tar.bz2 upstream-b387ede3d32221363f6a4b42b94ef15800d6cff2.zip |
* fixes dsl, ifxos, tapi and vmcc for .37
SVN-Revision: 26023
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 ecaac2eeb4..6c530ac877 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 + DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq_xway FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko AUTOLOAD:=$(call AutoLoad,20,drv_tapi) MAINTAINER:=John Crispin <blogic@openwrt.org> |