Skip to content

Commit 93036ba

Browse files
authored
Add Support for OnePlus Ace 3V and remove BIC, Westwood & HTCP during build.
* Add Support for OnePlus Ace 3V * Disable useless TCP Congestion algorithms (BIC, Westwood, and HTCP)
1 parent 9243d7d commit 93036ba

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/build-kernel-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ jobs:
126126
manifest: oneplus_ace5.xml
127127
android_version: android14
128128
kernel_version: "6.1"
129+
- model: OP-ACE-3V
130+
soc: pineapple
131+
branch: oneplus/sm7675
132+
manifest: oneplus_ace_3v_v.xml
133+
android_version: android14
134+
kernel_version: "6.1"
129135
- model: OP-NORD-4
130136
soc: pineapple
131137
branch: oneplus/sm7675

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ jobs:
234234
echo "Adding configuration settings to gki_defconfig..."
235235
echo "CONFIG_TCP_CONG_ADVANCED=y" >> ./common/arch/arm64/configs/gki_defconfig
236236
echo "CONFIG_TCP_CONG_BBR=y" >> ./common/arch/arm64/configs/gki_defconfig
237-
echo "CONFIG_TCP_CONG_BIC=y" >> ./common/arch/arm64/configs/gki_defconfig
238-
echo "CONFIG_TCP_CONG_WESTWOOD=y" >> ./common/arch/arm64/configs/gki_defconfig
239-
echo "CONFIG_TCP_CONG_HTCP=y" >> ./common/arch/arm64/configs/gki_defconfig
237+
echo "CONFIG_TCP_CONG_BIC=n" >> ./common/arch/arm64/configs/gki_defconfig
238+
echo "CONFIG_TCP_CONG_WESTWOOD=n" >> ./common/arch/arm64/configs/gki_defconfig
239+
echo "CONFIG_TCP_CONG_HTCP=n" >> ./common/arch/arm64/configs/gki_defconfig
240240
241241
echo "CONFIG_NET_SCH_FQ=y" >> ./common/arch/arm64/configs/gki_defconfig
242242
echo "CONFIG_NET_SCH_FQ_CODEL=y" >> ./common/arch/arm64/configs/gki_defconfig

0 commit comments

Comments
 (0)