1756047518
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36775
15 lines
260 B
Makefile
15 lines
260 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt305x
|
|
BOARDNAME:=RT3x5x/RT5350 based boards
|
|
ARCH_PACKAGES:=ramips_24kec
|
|
FEATURES+=usb
|
|
CFLAGS+= -march=24kec -mdsp
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT3x5x/RT5350 based boards.
|
|
endef
|
|
|