blob: d34c0298b9ccc39080ed85b3c9184ef8e8da6554 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=rt288x
BOARDNAME:=RT288x based boards
CFLAGS+= -mips32r2 -mtune=mips32r2
FEATURES:=broken
define Target/Description
Build firmware images for Ralink RT288x based boards.
endef
|