2013-12-13 18:53:34 +08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
SUBTARGET:=mt7621
|
|
|
|
|
BOARDNAME:=MT7621 based boards
|
2016-08-03 21:29:59 +08:00
|
|
|
FEATURES+=usb rtc nand
|
2016-08-22 01:23:13 +08:00
|
|
|
CPU_TYPE:=24kc
|
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
|
|
|
|
|
|