16a17b318a
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36571
15 lines
246 B
Makefile
15 lines
246 B
Makefile
#
|
|
# 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
|
|
|