summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kresin2017-10-03 20:42:33 +0000
committerMathias Kresin2017-10-04 18:08:15 +0000
commitbd523d45733eff0855baa87fcf127b04545f8f4d (patch)
tree353aa23b5200a118528ea607b73d176dd5ca2b8c
parentaba297b7fd7ba319cb18c8df3d49d62774bc5207 (diff)
downloadopenwrt-bd523d45733eff0855baa87fcf127b04545f8f4d.tar.gz
ltq-ptm: mark AmazonSE support as broken
Albeit ltq-ptm is supported on AmazonSE, the package fails to compile. Mark the AmazonSE variant as broken to not mark it unnecessary harder to fix (and test) the compile error. Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r--package/kernel/lantiq/ltq-ptm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-ptm/Makefile b/package/kernel/lantiq/ltq-ptm/Makefile
index d0743cda35..caf958fe2e 100644
--- a/package/kernel/lantiq/ltq-ptm/Makefile
+++ b/package/kernel/lantiq/ltq-ptm/Makefile
@@ -24,6 +24,9 @@ define KernelPackage/ltq-ptm-template
URL:=http://www.lantiq.com/
VARIANT:=$(1)
DEPENDS:=@TARGET_lantiq_$(2)
+ifeq ($(1),ase)
+ DEPENDS+=@BROKEN
+endif
FILES:=$(PKG_BUILD_DIR)/ltq_ptm_$(1).ko
endef