bebcb81da5
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>
16 lines
236 B
Makefile
16 lines
236 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7628
|
|
BOARDNAME:=MT7628 based boards
|
|
FEATURES+=usb
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7628 based boards.
|
|
endef
|
|
|