kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / realtek / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=mips
6 BOARD:=realtek
7 BOARDNAME:=Realtek MIPS
8 DEVICE_TYPE:=basic
9 FEATURES:=ramdisk squashfs
10 SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x
11
12 KERNEL_PATCHVER:=5.15
13
14 define Target/Description
15 Build firmware images for Realtek RTL83xx based boards.
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += \
21 ethtool \
22 firewall4 \
23 ip-bridge \
24 ip-full \
25 kmod-gpio-button-hotplug \
26 kmod-nft-offload \
27 nftables \
28 odhcp6c \
29 tc-bpf \
30 uboot-envtools \
31
32
33 $(eval $(call BuildTarget))