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