diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:48:47 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-10 12:49:34 +0100 |
commit | 06c76e41d7a0c936f5e4b6f43f331860e3b99d70 (patch) | |
tree | 1bc704b0620c7e53da2ccba7dd59ab27e95fd40a /target/linux/ppc44x/Makefile | |
parent | 43a528eb968985d4d76f6ab7a5639de3b1795f87 (diff) | |
download | upstream-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/linux/ppc44x/Makefile')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
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> |