diff options
author | John Crispin <john@openwrt.org> | 2013-04-03 09:59:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-03 09:59:16 +0000 |
commit | dce4945972fad3072321f54d54036829431a137b (patch) | |
tree | 42e1c29a91e6938f9fa7276dd05614bae1246076 /target | |
parent | 46f141637c81ad0508cced2496678461d638cb39 (diff) | |
download | upstream-dce4945972fad3072321f54d54036829431a137b.tar.gz upstream-dce4945972fad3072321f54d54036829431a137b.tar.bz2 upstream-dce4945972fad3072321f54d54036829431a137b.zip |
mark rt288x broken until the test hardware arrives in the mail
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36164
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/rt288x/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/target.mk b/target/linux/ramips/rt288x/target.mk index f826eab88e..d34c0298b9 100644 --- a/target/linux/ramips/rt288x/target.mk +++ b/target/linux/ramips/rt288x/target.mk @@ -5,6 +5,7 @@ SUBTARGET:=rt288x BOARDNAME:=RT288x based boards CFLAGS+= -mips32r2 -mtune=mips32r2 +FEATURES:=broken define Target/Description Build firmware images for Ralink RT288x based boards. |