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