2009-08-31 03:15:51 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
|
|
|
|
SUBTARGET:=rt288x
|
|
|
|
BOARDNAME:=RT288x based boards
|
2013-03-03 20:47:31 +08:00
|
|
|
CFLAGS+= -mips32r2 -mtune=mips32r2
|
2013-04-03 17:59:16 +08:00
|
|
|
FEATURES:=broken
|
2009-08-31 03:15:51 +08:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Ralink RT288x based boards.
|
|
|
|
endef
|
|
|
|
|