projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fbae4
)
realtek: Fix tc default package
author
Hauke Mehrtens
<
[email protected]
>
Mon, 28 Feb 2022 21:32:08 +0000
(22:32 +0100)
committer
Hauke Mehrtens
<
[email protected]
>
Tue, 29 Mar 2022 12:28:21 +0000
(14:28 +0200)
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 <
[email protected]
>
Signed-off-by: Hauke Mehrtens <
[email protected]
>
(cherry picked from commit
34fb36e165d5b6e6e37d33b4b0da789a8f1430bb
)
target/linux/realtek/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/realtek/Makefile
b/target/linux/realtek/Makefile
index 8bed3d8a7232897e731b26931eb762c3e6ca3c85..037ba7ac7db893b6cc9907c5f3492cc21662f3dc 100644
(file)
--- 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))