|
|
@@ -22,7 +22,6 @@ runs:
|
|
|
- name: Add IP SET & IPv6_NAT Support
|
|
|
uses: ./.github/actions/set-kernel-config
|
|
|
with:
|
|
|
- defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
|
|
|
fragment: ${{ github.workspace }}/wild_gki.fragment
|
|
|
configs: |
|
|
|
CONFIG_IP_SET
|
|
|
@@ -53,7 +52,6 @@ runs:
|
|
|
- name: Apply TCP Congestion Control
|
|
|
uses: ./.github/actions/set-kernel-config
|
|
|
with:
|
|
|
- defconfig: ${{ github.workspace }}/kernel/common/arch/arm64/configs/gki_defconfig
|
|
|
fragment: ${{ github.workspace }}/wild_gki.fragment
|
|
|
configs: |
|
|
|
CONFIG_TCP_CONG_ADVANCED
|