|
|
@@ -95,7 +95,6 @@ runs:
|
|
|
sed -i 's/CONFIG_IP_SET_MAX/65534/g' net/netfilter/ipset/ip_set_core.c
|
|
|
|
|
|
- name: Apply BBRv3 Patch
|
|
|
- if: false
|
|
|
shell: bash
|
|
|
working-directory: ${{ github.workspace }}/kernel/common
|
|
|
run: |
|
|
|
@@ -108,7 +107,7 @@ runs:
|
|
|
elif [[ ${{ inputs.version }} == "android14-6.1" ]]; then
|
|
|
patch -p1 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android14-6.1.patch"
|
|
|
elif [[ ${{ inputs.version }} == "android14-5.15" ]]; then
|
|
|
- patch -p1 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android14-6.1.patch"
|
|
|
+ patch -p1 -F3 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android13-5.15.patch"
|
|
|
elif [[ ${{ inputs.version }} == "android13-5.15" ]]; then
|
|
|
patch -p1 < "${{ github.workspace }}/kernel_patches/common/bbrv3/0001-net-tcp-backport-BBRv3-to-android13-5.15.patch"
|
|
|
elif [[ ${{ inputs.version }} == "android13-5.10" ]]; then
|
|
|
@@ -127,7 +126,6 @@ runs:
|
|
|
echo "✅ BBRv3 patches applied"
|
|
|
|
|
|
- name: Enable BBRv3 Kernel Config
|
|
|
- if: false
|
|
|
uses: ./.github/actions/set-kernel-config
|
|
|
with:
|
|
|
config_list: |
|