openwrtv3/target/linux/ramips/rt3883/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

14 lines
266 B
Makefile

#
# Copyright (C) 2011 OpenWrt.org
#
SUBTARGET:=rt3883
BOARDNAME:=RT3662/RT3883 based boards
ARCH_PACKAGES:=ramips_24kec
FEATURES+=usb pci
CFLAGS+= -march=24kec -mdspr2
define Target/Description
Build firmware images for Ralink RT3662/RT3883 based boards.
endef