realtek: Use firewall4
[openwrt/staging/chunkeey.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
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 += uboot-envtools ethtool kmod-gpio-button-hotplug \
21 firewall4 nftables kmod-nft-offload odhcp6c \
22 ip-full ip-bridge tc
23
24 $(eval $(call BuildTarget))