ramips: properly setup the FEATURES variable
[openwrt/svn-archive/archive.git] / target / linux / ramips / rt3883 / target.mk
1 #
2 # Copyright (C) 2011 OpenWrt.org
3 #
4
5 SUBTARGET:=rt3883
6 BOARDNAME:=RT3662/RT3883 based boards
7 ARCH_PACKAGES:=ramips_24kec
8 FEATURES+=usb pci
9 CFLAGS+= -march=24kec -mdspr2
10
11 define Target/Description
12 Build firmware images for Ralink RT3662/RT3883 based boards.
13 endef
14