blob: ff890c5540954ad1b97df9b3791a2bbfc722386a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt7620
BOARDNAME:=MT7620 based boards
FEATURES+=usb ramdisk
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-basic swconfig
KERNEL_PATCHVER:=5.4
define Target/Description
Build firmware images for Ralink MT7620 based boards.
endef
|