mpc85xx: fix address config for ws-ap3825i
[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 KERNEL_TESTING_PATCHVER:=5.15
15
16 define Target/Description
17 Build firmware images for Ralink RT288x/RT3xxx based boards.
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21 DEFAULT_PACKAGES += kmod-leds-gpio kmod-gpio-button-hotplug
22
23 $(eval $(call BuildTarget))