diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-03 22:56:44 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-04 20:08:15 +0200 |
commit | d07f924978ff75cfa6f83085dfd2891592692e89 (patch) | |
tree | 550df5af5bbb384b81adc2a106a51bf80baf8b37 /package | |
parent | bd523d45733eff0855baa87fcf127b04545f8f4d (diff) | |
download | upstream-d07f924978ff75cfa6f83085dfd2891592692e89.tar.gz upstream-d07f924978ff75cfa6f83085dfd2891592692e89.tar.bz2 upstream-d07f924978ff75cfa6f83085dfd2891592692e89.zip |
ltq-vmmc: disable for falcon
The module fails to compile with falcon. Remove the falcon depends from
the module to not (try to) compile it for falcon any longer.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile index ab0ef727b3..e42d5c0719 100644 --- a/package/kernel/lantiq/ltq-vmmc/Makefile +++ b/package/kernel/lantiq/ltq-vmmc/Makefile @@ -27,7 +27,7 @@ define KernelPackage/ltq-vmmc SUBMENU:=Voice over IP TITLE:=TAPI LL driver for Voice Macro URL:=http://www.lantiq.com/ - DEPENDS:=@(TARGET_lantiq_falcon||TARGET_lantiq_xway||TARGET_lantiq_xrx200) +kmod-ltq-tapi + DEPENDS:=@(TARGET_lantiq_xway||TARGET_lantiq_xrx200) +kmod-ltq-tapi FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko AUTOLOAD:=$(call AutoProbe,drv_vmmc) endef |