We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7e63c commit 038849aCopy full SHA for 038849a
1 file changed
.github/actions/build-kernel/action.yml
@@ -1431,7 +1431,7 @@ runs:
1431
cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
1432
CONFIG_TCP_CONG_BBR3=y
1433
EOF
1434
- PATCH_URL="https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/bbr3/0001-Test-$ANDROID_VER-$KERNEL_VER-bbrv3.patch"
+ 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"
1435
if curl -f -Ls "$PATCH_URL" -o temp.patch; then
1436
patch -p1 -F 3 < temp.patch
1437
rm temp.patch
0 commit comments