From: John Crispin Date: Thu, 3 Nov 2011 15:16:25 +0000 (+0000) Subject: ltq-vmmc: should be available for falcon and danube only X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=9439968af7241b65394eb2339f665a69d60e7968 ltq-vmmc: should be available for falcon and danube only SVN-Revision: 28722 --- diff --git a/package/ltq-vmmc/Makefile b/package/ltq-vmmc/Makefile index 51c33f57ea..464d005c44 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 + DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable) FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko AUTOLOAD:=$(call AutoLoad,25,drv_vmmc) MAINTAINER:=John Crispin