[source] ltq-ptm: mark AmazonSE support as broken

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 4 11:08:44 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/bd523d45733eff0855baa87fcf127b04545f8f4d

commit bd523d45733eff0855baa87fcf127b04545f8f4d
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Tue Oct 3 22:42:33 2017 +0200

    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 at kresin.me>
---
 package/kernel/lantiq/ltq-ptm/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/kernel/lantiq/ltq-ptm/Makefile b/package/kernel/lantiq/ltq-ptm/Makefile
index d0743cd..caf958f 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
 



More information about the lede-commits mailing list