ltq-ptm: mark AmazonSE support as broken
authorMathias Kresin <dev@kresin.me>
Tue, 3 Oct 2017 20:42:33 +0000 (22:42 +0200)
committerMathias Kresin <dev@kresin.me>
Wed, 4 Oct 2017 18:08:15 +0000 (20:08 +0200)
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>
package/kernel/lantiq/ltq-ptm/Makefile

index d0743cda353e0341a9d35a73caf7abac66270457..caf958fe2ebd6bc4c2a6ffb9eba7d1df15d1ecbd 100644 (file)
@@ -24,6 +24,9 @@ define KernelPackage/ltq-ptm-template
   URL:=http://www.lantiq.com/
   VARIANT:=$(1)
   DEPENDS:=@TARGET_lantiq_$(2)
   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
 
   FILES:=$(PKG_BUILD_DIR)/ltq_ptm_$(1).ko 
 endef