Skip to content

Commit 3ece1b6

Browse files
committed
Enable bbrv3
1 parent d972d6c commit 3ece1b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/build-kernel/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,9 +1455,9 @@ runs:
14551455
set -euo pipefail
14561456
echo "::group::Apply BBRv3 patches"
14571457
cd "$COMMON_KERNEL_FOLDER"
1458-
# cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
1459-
# CONFIG_TCP_CONG_BBR3=y
1460-
# EOF
1458+
cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
1459+
CONFIG_TCP_CONG_BBR3=y
1460+
EOF
14611461
PATCH_URL="https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/bbr3/0001-net-tcp-backport-BBRv3-to-$ANDROID_VER-$KERNEL_VER.patch"
14621462
if curl -f -Ls "$PATCH_URL" -o temp.patch; then
14631463
patch -p1 -F 3 < temp.patch

0 commit comments

Comments
 (0)