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