ramips: add support for Linksys EA6350 v4
[openwrt/openwrt.git] / target / linux / ramips / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2008-2011 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=mipsel
8 BOARD:=ramips
9 BOARDNAME:=MediaTek Ralink MIPS
10 SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
11 FEATURES:=squashfs gpio
12
13 KERNEL_PATCHVER:=5.10
14
15 define Target/Description
16 Build firmware images for Ralink RT288x/RT3xxx based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20 DEFAULT_PACKAGES += kmod-leds-gpio kmod-gpio-button-hotplug
21
22 $(eval $(call BuildTarget))