2013-12-13 18:53:34 +08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
SUBTARGET:=mt7621
|
|
|
|
|
BOARDNAME:=MT7621 based boards
|
2016-05-12 07:41:22 +08:00
|
|
|
FEATURES+=usb rtc
|
2014-12-04 04:22:42 +08:00
|
|
|
CPU_TYPE:=1004kc
|
2013-12-13 18:53:34 +08:00
|
|
|
CPU_SUBTYPE:=dsp
|
2014-06-12 01:01:19 +08:00
|
|
|
|
2015-07-19 00:47:05 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-mt76
|
|
|
|
|
|
2016-03-08 01:05:03 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
|
|
|
|
|
2013-12-13 18:53:34 +08:00
|
|
|
define Target/Description
|
|
|
|
|
Build firmware images for Ralink MT7621 based boards.
|
|
|
|
|
endef
|
|
|
|
|
|