ramips: switch from 24kec to 24kc
[openwrt/staging/yousong.git] / target / linux / ramips / mt7628 / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 SUBTARGET:=mt7628
6 BOARDNAME:=MT7628 based boards
7 FEATURES+=usb
8 CPU_TYPE:=24kc
9
10 DEFAULT_PACKAGES += kmod-mt76
11
12 define Target/Description
13 Build firmware images for Ralink MT7628 based boards.
14 endef
15