summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt3883/target.mk
blob: 6ae4e7820d77e80a7cf7f42c2337be32cb218a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (C) 2011 OpenWrt.org
#

SUBTARGET:=rt3883
BOARDNAME:=RT3662/RT3883 based boards
FEATURES+=usb pci
CPU_TYPE:=74kc

DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc

define Target/Description
	Build firmware images for Ralink RT3662/RT3883 based boards.
endef