realtek: Cleanup Makefiles
[openwrt/staging/nbd.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.10
13 KERNEL_TESTING_PATCHVER:=5.15
14
15 define Target/Description
16 Build firmware images for Realtek RTL83xx based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += \
22 ethtool \
23 firewall4 \
24 ip-bridge \
25 ip-full \
26 kmod-gpio-button-hotplug \
27 kmod-nft-offload \
28 nftables \
29 odhcp6c \
30 tc-bpf \
31 uboot-envtools \
32
33
34 $(eval $(call BuildTarget))