Parcourir la source

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

SVN-Revision: 28722
John Crispin il y a 14 ans
Parent
commit
d47e4959d2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package/ltq-vmmc/Makefile

+ 1 - 1
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 <[email protected]>