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
|
|
|
|
2024-09-17 10:54:47 +00:00
|
|
|
KERNEL_PATCHVER:=6.6
|
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
|
|
|
|
|
2022-12-21 22:26:08 +00:00
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
ethtool \
|
|
|
|
firewall4 \
|
|
|
|
ip-bridge \
|
|
|
|
ip-full \
|
|
|
|
kmod-gpio-button-hotplug \
|
|
|
|
kmod-nft-offload \
|
|
|
|
nftables \
|
|
|
|
odhcp6c \
|
|
|
|
tc-bpf \
|
|
|
|
uboot-envtools \
|
|
|
|
|
2020-09-13 07:06:13 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|