diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-24 10:38:50 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-24 10:38:50 +0000 |
commit | a4d7571367920e7e31f60d9c4c23a1eed4d659c7 (patch) | |
tree | 4323040f0ee9801ccf6e047d8d13725c75b03cc3 /target/linux/ppc40x/Makefile | |
parent | 437d710546e20c9ccabc7866dd9f57de3c0f2b9d (diff) | |
download | upstream-a4d7571367920e7e31f60d9c4c23a1eed4d659c7.tar.gz upstream-a4d7571367920e7e31f60d9c4c23a1eed4d659c7.tar.bz2 upstream-a4d7571367920e7e31f60d9c4c23a1eed4d659c7.zip |
mark 3.10 targets as broken
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44968
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index fee261e4b1..7bb62af19e 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc40x BOARDNAME:=AMCC/IBM PPC40x -FEATURES:=squashfs +FEATURES:=squashfs broken CPU_TYPE:=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |