[source] ppc44x: mark as broken

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 10 03:49:40 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/06c76e41d7a0c936f5e4b6f43f331860e3b99d70

commit 06c76e41d7a0c936f5e4b6f43f331860e3b99d70
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jan 10 12:48:47 2017 +0100

    ppc44x: mark as broken
    
    This target has consistently failed builds for a long time and it does
    not look like it has any users left, nor any maintainers.
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/ppc44x/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile
index 5187cb3..07404d5 100644
--- a/target/linux/ppc44x/Makefile
+++ b/target/linux/ppc44x/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 ARCH:=powerpc
 BOARD:=ppc44x
 BOARDNAME:=AMCC/IBM PPC44x
-FEATURES:=squashfs
+FEATURES:=squashfs broken
 CPU_TYPE:=440
 MAINTAINER:=Imre Kaloz <kaloz at openwrt.org>
 



More information about the lede-commits mailing list