From 7f17359913809b80f5263b96781a93da95ed2fc4 Mon Sep 17 00:00:00 2001 From: Vivek Dutta Date: Tue, 11 Mar 2025 08:59:28 +0000 Subject: [PATCH] libvoice-airoha: Updated uci-default script Uci default script should not commit the uci, as its committed by its handler/runner latter on, this is required to avoid race conditions. --- libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha | 1 - 1 file changed, 1 deletion(-) diff --git a/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha b/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha index cf9e29e70..68c931340 100644 --- a/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha +++ b/libvoice-airoha/files/etc/uci-defaults/991-libvoice-airoha @@ -14,4 +14,3 @@ for p in $(seq 0 $((ports-1))); do uci set asterisk.extension${p}.txgain='10' uci set asterisk.extension${p}.rxgain='-15' done -uci commit asterisk