diff options
author | John Crispin <john@openwrt.org> | 2012-08-06 18:56:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-08-06 18:56:38 +0000 |
commit | 54f30d4f460d9d9ae73a60d2c51cd3932310c720 (patch) | |
tree | 8cd1ba268293b60876093ea92270dbc8497e9b52 /package/ltq-tapi | |
parent | 12c6df34cd738b3b7af298a3157ca51e9fd27fe7 (diff) | |
download | upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.tar.gz upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.tar.bz2 upstream-54f30d4f460d9d9ae73a60d2c51cd3932310c720.zip |
fixes tapi dependencies
SVN-Revision: 33029
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 ecaac2eeb4..3027ec490a 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_danube||TARGET_lantiq_falcon) FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko AUTOLOAD:=$(call AutoLoad,20,drv_tapi) MAINTAINER:=John Crispin <blogic@openwrt.org> |