1
0
This repository has been archived on 2024-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
svn-openwrt-archive/target/linux/ramips/mt7688/target.mk
John Crispin da6376c379 ramips: add mt7688 subtarget
Signed-off-by: John Crispin <blogic@openwrt.org>

Backport of r47203

SVN-Revision: 47226
2015-10-19 10:19:18 +00:00

16 lines
251 B
Makefile

#
# Copyright (C) 2015 OpenWrt.org
#
SUBTARGET:=mt7688
BOARDNAME:=MT7688 based boards
ARCH_PACKAGES:=ramips_24kec
FEATURES+=usb
CPU_TYPE:=24kec
CPU_SUBTYPE:=dsp
define Target/Description
Build firmware images for Ralink MT7688 based boards.
endef