mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 18:19:02 +00:00
abadee5d60
4.14 doesn't work anymore due to gpio dt binding changes. Switch mt76x8 to 5.4 directly. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
17 lines
287 B
Makefile
17 lines
287 B
Makefile
#
|
|
# 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
|
|
|