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