[ramips] mark rt288x broken until the test hardware arrives in the mail
[openwrt.git] / target / linux / ramips / rt288x / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 SUBTARGET:=rt288x
6 BOARDNAME:=RT288x based boards
7 CFLAGS+= -mips32r2 -mtune=mips32r2
8 FEATURES:=broken
9
10 define Target/Description
11         Build firmware images for Ralink RT288x based boards.
12 endef
13