2014-11-06 17:31:31 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
#
|
|
|
|
|
2017-08-26 09:49:45 +08:00
|
|
|
SUBTARGET:=mt76x8
|
|
|
|
BOARDNAME:=MT76x8 based boards
|
2019-07-21 02:34:59 +08:00
|
|
|
FEATURES+=usb ramdisk
|
2016-08-08 17:27:04 +08:00
|
|
|
CPU_TYPE:=24kc
|
2014-11-06 17:31:31 +08:00
|
|
|
|
2020-07-27 18:30:41 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-mt7603 wpad-basic-wolfssl swconfig
|
2016-03-03 01:40:58 +08:00
|
|
|
|
2014-11-06 17:31:31 +08:00
|
|
|
define Target/Description
|
2017-08-26 09:49:45 +08:00
|
|
|
Build firmware images for Ralink MT76x8 based boards.
|
2014-11-06 17:31:31 +08:00
|
|
|
endef
|
|
|
|
|