diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index 8386e5304..e2f62790e 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -318,11 +318,11 @@ jobs: sed -i 's/check_defconfig//' ./common/build.config.gki - name: Config Kernel Name - if: ${{ inputs.kernel_version == '5.10' || inputs.kernel_version == '5.15' || inputs.kernel_version == '6.1' }} + #if: ${{ inputs.kernel_version == '5.10' || inputs.kernel_version == '5.15' || inputs.kernel_version == '6.1' }} run: | cd "$CONFIG/common" # Add bbrv3 config setting - #cp ../../kernel_patches/bbr/tcp_bbr.c ./net/ipv4/ + cp ../../kernel_patches/bbr/tcp_bbr.c ./net/ipv4/ # #if [[ "${{ inputs.kernel_version }}" == "5.10" ]]; then # cp ../../kernel_patches/bbr/bbrv3-5.10.patch ./