File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,12 @@ jobs:
126
126
manifest : oneplus_ace5.xml
127
127
android_version : android14
128
128
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"
129
135
- model : OP-NORD-4
130
136
soc : pineapple
131
137
branch : oneplus/sm7675
Original file line number Diff line number Diff line change @@ -234,9 +234,9 @@ jobs:
234
234
echo "Adding configuration settings to gki_defconfig..."
235
235
echo "CONFIG_TCP_CONG_ADVANCED=y" >> ./common/arch/arm64/configs/gki_defconfig
236
236
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
240
240
241
241
echo "CONFIG_NET_SCH_FQ=y" >> ./common/arch/arm64/configs/gki_defconfig
242
242
echo "CONFIG_NET_SCH_FQ_CODEL=y" >> ./common/arch/arm64/configs/gki_defconfig
You can’t perform that action at this time.
0 commit comments