[source] ltq-vmmc: disable for falcon
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 4 11:08:45 PDT 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/d07f924978ff75cfa6f83085dfd2891592692e89
commit d07f924978ff75cfa6f83085dfd2891592692e89
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue Oct 3 22:56:44 2017 +0200
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 at kresin.me>
---
package/kernel/lantiq/ltq-vmmc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile
index ab0ef72..e42d5c0 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
More information about the lede-commits
mailing list