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