kernel: bump 5.10 to 5.10.70
[openwrt/openwrt.git] / target / linux / realtek / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=mips
6 CPU_TYPE:=4kec
7 BOARD:=realtek
8 BOARDNAME:=Realtek MIPS
9 DEVICE_TYPE:=basic
10 FEATURES:=ramdisk squashfs
11 SUBTARGETS:=generic
12
13 KERNEL_PATCHVER:=5.4
14 KERNEL_TESTING_PATCHVER:=5.10
15
16 define Target/Description
17 Build firmware images for Realtek RTL83xx based boards.
18 endef
19
20 include $(INCLUDE_DIR)/target.mk
21
22 FEATURES := $(filter-out mips16,$(FEATURES))
23
24 DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
25 dnsmasq firewall ip6tables iptables odhcp6c odhcpd-ipv6only \
26 ip-full ip-bridge tc
27
28 $(eval $(call BuildTarget))