diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-02-28 22:32:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-29 13:43:01 +0200 |
commit | 34fb36e165d5b6e6e37d33b4b0da789a8f1430bb (patch) | |
tree | 8df6aa05866e6e81c65af2b5d7b5afe4c9925863 /target/linux/realtek | |
parent | 469030659c5cb140bdbff1b3d8fc9691f98f984b (diff) | |
download | upstream-34fb36e165d5b6e6e37d33b4b0da789a8f1430bb.tar.gz upstream-34fb36e165d5b6e6e37d33b4b0da789a8f1430bb.tar.bz2 upstream-34fb36e165d5b6e6e37d33b4b0da789a8f1430bb.zip |
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@volatilesystems.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/realtek')
-rw-r--r-- | target/linux/realtek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |