[PATCH 2/2] realtek: Fix tc default package
Hauke Mehrtens
hauke at hauke-m.de
Mon Feb 28 13:37:30 PST 2022
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 <hauke at 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
More information about the openwrt-devel
mailing list