diff options
-rw-r--r-- | target/linux/realtek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 1fd9a870cd..8bed3d8a72 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -18,7 +18,7 @@ endef include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \ - firewall ip6tables iptables odhcp6c \ + firewall4 nftables kmod-nft-offload odhcp6c \ ip-full ip-bridge tc $(eval $(call BuildTarget)) |