Skip to content

Commit

Permalink
Update gki-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Mar 2, 2025
1 parent b8e726c commit 5fec990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gki-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down

0 comments on commit 5fec990

Please sign in to comment.