aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/Makefile
blob: 797ae60274e0cf00460c8c53b61eafa9653f51ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# SPDX-License-Identifier: GPL-2.0-only

include $(TOPDIR)/rules.mk

ARCH:=mips
BOARD:=realtek
BOARDNAME:=Realtek MIPS
DEVICE_TYPE:=basic
FEATURES:=ramdisk squashfs
SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x

KERNEL_PATCHVER:=5.10
KERNEL_TESTING_PATCHVER:=5.15

define Target/Description
	Build firmware images for Realtek RTL83xx based boards.
endef

include $(INCLUDE_DIR)/target.mk

DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
	firewall4 nftables kmod-nft-offload odhcp6c \
	ip-full ip-bridge tc-bpf

$(eval $(call BuildTarget))