aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-10 12:48:47 +0100
committerFelix Fietkau <nbd@nbd.name>2017-01-10 12:49:34 +0100
commit06c76e41d7a0c936f5e4b6f43f331860e3b99d70 (patch)
tree1bc704b0620c7e53da2ccba7dd59ab27e95fd40a /target
parent43a528eb968985d4d76f6ab7a5639de3b1795f87 (diff)
downloadupstream-06c76e41d7a0c936f5e4b6f43f331860e3b99d70.tar.gz
upstream-06c76e41d7a0c936f5e4b6f43f331860e3b99d70.tar.bz2
upstream-06c76e41d7a0c936f5e4b6f43f331860e3b99d70.zip
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@nbd.name>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ppc44x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile
index 5187cb3e23..07404d5b47 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@openwrt.org>