We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d972d6c commit 3ece1b6Copy full SHA for 3ece1b6
1 file changed
.github/actions/build-kernel/action.yml
@@ -1455,9 +1455,9 @@ runs:
1455
set -euo pipefail
1456
echo "::group::Apply BBRv3 patches"
1457
cd "$COMMON_KERNEL_FOLDER"
1458
- # cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
1459
- # CONFIG_TCP_CONG_BBR3=y
1460
- # EOF
+ cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
+ CONFIG_TCP_CONG_BBR3=y
+ EOF
1461
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"
1462
if curl -f -Ls "$PATCH_URL" -o temp.patch; then
1463
patch -p1 -F 3 < temp.patch
0 commit comments