The tc package does not exits any more, it was split into tc-tiny and
tc-full. Include tc-tiny by default into realtek images.

This increases the compressed image size by about 260KBytes.

Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de>
---
 target/linux/realtek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile
index 91af5fbcfce1..1be4cfe21783 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 \
        dnsmasq firewall4 nftables kmod-nft-offload odhcp6c odhcpd-ipv6only \
-       ip-full ip-bridge tc
+       ip-full ip-bridge tc-tiny
 
 $(eval $(call BuildTarget))
-- 
2.30.2


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to