From: Hauke Mehrtens Date: Mon, 28 Feb 2022 21:32:08 +0000 (+0100) Subject: realtek: Fix tc default package X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=78c66b58551fe2cd483e04c1f5bb08533c33bed7;p=openwrt%2Fstaging%2Fhauke.git realtek: Fix tc default package The tc package does not exits any more, it was split into tc-tiny, tc-full and tc-bpf. Include tc-bpf by default into realtek images. This increases the compressed image size by about 232KBytes. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 8bed3d8a72..037ba7ac7d 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -19,6 +19,6 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \ firewall4 nftables kmod-nft-offload odhcp6c \ - ip-full ip-bridge tc + ip-full ip-bridge tc-bpf $(eval $(call BuildTarget))