blob: 121761f45f544aa30436f66b4180a3ec21344321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards
FEATURES+=usb rtc nand
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-mt76
KERNEL_PATCHVER:=4.4
define Target/Description
Build firmware images for Ralink MT7621 based boards.
endef
|