2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2020-09-13 07:06:13 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mips
|
2020-11-26 11:02:21 +00:00
|
|
|
BOARD:=realtek
|
2020-09-13 07:06:13 +00:00
|
|
|
BOARDNAME:=Realtek MIPS
|
2020-10-02 23:11:17 +00:00
|
|
|
DEVICE_TYPE:=basic
|
2020-09-13 07:06:13 +00:00
|
|
|
FEATURES:=ramdisk squashfs
|
2022-01-19 17:14:02 +00:00
|
|
|
SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x
|
2020-09-13 07:06:13 +00:00
|
|
|
|
2021-10-19 19:08:58 +00:00
|
|
|
KERNEL_PATCHVER:=5.10
|
2022-03-29 05:50:13 +00:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
2020-09-13 07:06:13 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2020-11-26 11:02:21 +00:00
|
|
|
Build firmware images for Realtek RTL83xx based boards.
|
2020-09-13 07:06:13 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2020-11-09 17:15:53 +00:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \
|
2022-02-28 20:57:55 +00:00
|
|
|
firewall4 nftables kmod-nft-offload odhcp6c \
|
2022-02-28 21:32:08 +00:00
|
|
|
ip-full ip-bridge tc-bpf
|
2020-09-13 07:06:13 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|