Skip to content

Commit

Permalink
realtek: Fix tc default package
Browse files Browse the repository at this point in the history
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@volatilesystems.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Mar 29, 2022
1 parent 4690306 commit 34fb36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/realtek/Makefile
Expand Up @@ -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))

0 comments on commit 34fb36e

Please sign in to comment.