1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:46:16 +02:00

ltq-vmmc: should be available for falcon and danube only

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28722 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2011-11-03 15:16:25 +00:00
parent dfffaea839
commit 071298ef70

View File

@ -22,7 +22,7 @@ define KernelPackage/ltq-vmmc
SUBMENU:=Voice over IP SUBMENU:=Voice over IP
TITLE:=TAPI LL driver for Voice Macro TITLE:=TAPI LL driver for Voice Macro
URL:=http://www.lantiq.com/ 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 FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc) AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
MAINTAINER:=John Crispin <blogic@openwrt.org> MAINTAINER:=John Crispin <blogic@openwrt.org>