Skip to content

Commit 038849a

Browse files
committed
Update Patch URL
1 parent 0b7e63c commit 038849a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ runs:
14311431
cat >> "$COMMON_KERNEL_FOLDER/arch/arm64/configs/gki_defconfig" <<EOF
14321432
CONFIG_TCP_CONG_BBR3=y
14331433
EOF
1434-
PATCH_URL="https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/bbr3/0001-Test-$ANDROID_VER-$KERNEL_VER-bbrv3.patch"
1434+
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"
14351435
if curl -f -Ls "$PATCH_URL" -o temp.patch; then
14361436
patch -p1 -F 3 < temp.patch
14371437
rm temp.patch

0 commit comments

Comments
 (0)