kernel: move CONFIG_MIPS_O32_FP64_SUPPORT to generic configs
[openwrt.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 CPU_TYPE:=74kc
10 CPU_SUBTYPE:=dsp2
11
12 DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
13
14 define Target/Description
15         Build firmware images for Ralink RT3662/RT3883 based boards.
16 endef
17