diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-06 18:56:38 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-06 18:56:38 +0000 |
commit | 3b62de75ae6e55bd362f9fd732e904d3a8092da7 (patch) | |
tree | 8e9592fad0c63eb9ad6c205397f549a18417c71a /package/ltq-vmmc | |
parent | 6443da06c2d35432d3908fc917491e25c687bfb9 (diff) |
[lantiq] fixes tapi dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33029 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-vmmc')
-rw-r--r-- | package/ltq-vmmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltq-vmmc/Makefile b/package/ltq-vmmc/Makefile index a0af1e530..74724eb8b 100644 --- a/package/ltq-vmmc/Makefile +++ b/package/ltq-vmmc/Makefile @@ -22,7 +22,7 @@ define KernelPackage/ltq-vmmc SUBMENU:=Voice over IP TITLE:=TAPI LL driver for Voice Macro URL:=http://www.lantiq.com/ - DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable) + DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon) FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko AUTOLOAD:=$(call AutoLoad,25,drv_vmmc) MAINTAINER:=John Crispin <blogic@openwrt.org> |