[openwrt/openwrt] realtek: Fix tc default package
LEDE Commits
lede-commits at lists.infradead.org
Tue Mar 29 04:46:16 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/34fb36e165d5b6e6e37d33b4b0da789a8f1430bb
commit 34fb36e165d5b6e6e37d33b4b0da789a8f1430bb
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Feb 28 22:32:08 2022 +0100
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.
Tested-by: Stijn Segers <foss at volatilesystems.org>
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 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))
More information about the lede-commits
mailing list