summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/target.mk
blob: cd5baa8ac9bd7d69211b8d83f63837a035ecc9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright (C) 2009 OpenWrt.org
#

SUBTARGET:=rt305x
BOARDNAME:=RT305x based boards
ARCH_PACKAGES:=ramips_24kec
FEATURES+=usb
CFLAGS+= -march=24kec -mdsp

define Target/Description
	Build firmware images for Ralink RT305x based boards.
endef