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