blob: e355060228e13c3f808e7c0b366846ccf61388a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=rt305x
BOARDNAME:=RT305x based boards
ARCH_PACKAGES:=ramips_24kec
CFLAGS+= -march=24kec
define Target/Description
Build firmware images for Ralink RT305x based boards.
endef
|