2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2009-08-30 19:15:51 +00:00
|
|
|
#
|
2011-08-15 18:55:50 +00:00
|
|
|
# Copyright (C) 2008-2011 OpenWrt.org
|
2021-02-10 14:52:34 +01:00
|
|
|
|
2009-08-30 19:15:51 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=ramips
|
2016-06-14 08:37:52 +02:00
|
|
|
BOARDNAME:=MediaTek Ralink MIPS
|
2017-08-26 09:49:45 +08:00
|
|
|
SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
|
2017-01-24 12:40:00 +01:00
|
|
|
FEATURES:=squashfs gpio
|
2009-08-30 19:15:51 +00:00
|
|
|
|
2020-08-05 22:50:53 +03:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2020-04-09 20:59:27 +08:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
2009-08-30 19:15:51 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2012-02-13 15:17:59 +00:00
|
|
|
Build firmware images for Ralink RT288x/RT3xxx based boards.
|
2009-08-30 19:15:51 +00:00
|
|
|
endef
|
|
|
|
|
2016-09-04 13:34:18 +02:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2020-03-26 22:00:48 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-leds-gpio kmod-gpio-button-hotplug
|
2016-09-04 13:34:18 +02:00
|
|
|
|
2009-08-30 19:15:51 +00:00
|
|
|
$(eval $(call BuildTarget))
|