Skip to content

Commit 413e700

Browse files
committed
Enable bbrv3
1 parent 294af5d commit 413e700

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
@@ -1428,9 +1428,9 @@ runs:
14281428
set -euo pipefail
14291429
echo "::group::Apply BBRv3 patches"
14301430
cd "$COMMON_KERNEL_FOLDER"
1431-
# cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
1432-
# CONFIG_TCP_CONG_BBR3=y
1433-
# EOF
1431+
cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
1432+
CONFIG_TCP_CONG_BBR3=y
1433+
EOF
14341434
PATCH_URL="https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/bbr3/0001-Test-$ANDROID_VER-$KERNEL_VER-bbrv3.patch"
14351435
if curl -f -Ls "$PATCH_URL" -o temp.patch; then
14361436
patch -p1 -F 3 < temp.patch

0 commit comments

Comments
 (0)