diff mbox series

[2/2] realtek: Fix tc default package

Message ID 20220228213730.1102620-2-hauke@hauke-m.de
State Superseded
Delegated to: Hauke Mehrtens
Headers show
Series [1/2] realtek: Use firewall4 | expand

Commit Message

Hauke Mehrtens Feb. 28, 2022, 9:37 p.m. UTC
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@hauke-m.de>
---
 target/linux/realtek/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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))