openwrtv4/target/linux/ramips/mt7688/target.mk
Jonas Gorski bebcb81da5 ramips: switch from 24kec to 24kc
Since the only difference between 24Kec and 24Kc is the addition of DSP
ASE support, and we don't use it anymore, there is no need to keep 24Kec
as a separate cpu type.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2016-08-08 11:29:56 +02:00

15 lines
236 B
Makefile

#
# Copyright (C) 2015 OpenWrt.org
#
SUBTARGET:=mt7688
BOARDNAME:=MT7688 based boards
FEATURES+=usb
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-mt76
define Target/Description
Build firmware images for Ralink MT7688 based boards.
endef