openwrt/target/linux/ramips/rt305x/target.mk
John Crispin 16a17b318a ramips: properly setup the FEATURES variable
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36571
2013-05-07 10:58:30 +00:00

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