From f97e610f72113ccb8e356aa2c4792a59f0fb77d0 Mon Sep 17 00:00:00 2001 From: VedhaLoganathan Date: Tue, 20 Jan 2026 12:11:29 +0530 Subject: [PATCH] IPQ: Bug Fixes for QCOM Platform Signed-off-by: VedhaLoganathan --- source/Styles/xb3/config/webgui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Styles/xb3/config/webgui.sh b/source/Styles/xb3/config/webgui.sh index dd48f1b..e2b16bb 100755 --- a/source/Styles/xb3/config/webgui.sh +++ b/source/Styles/xb3/config/webgui.sh @@ -65,7 +65,7 @@ if [ -z $1 ] && [ ! -f /tmp/webuifwbundle ]; then fi fi -if [ "x$BOX_TYPE" != "xrpi" ] && [ "x$BOX_TYPE" != "xbpi" ] && [ "x$BOX_TYPE" != "xturris" ] && [ "x$BOX_TYPE" != "xemulator" ]; then +if [ "x$BOX_TYPE" != "xrpi" ] && [ "x$BOX_TYPE" != "xbpi" ] && [ "x$BOX_TYPE" != "xturris" ] && [ "x$BOX_TYPE" != "xemulator" ] && [ "x$BOX_TYPE" != "xipq" ]; then #upstreamed webgui_script_https_support.patch to Secure webui redirection as part of RDKB-42686. mkdir -p /tmp/.webui/ ID="/tmp/trpfizyanrln" @@ -294,7 +294,7 @@ fi if [ "$WIFIUNCONFIGURED" = "true" ] then - if [ "$NETWORKRESPONSEVALUE" = "204" ] && [ "$SET_CONFIGURE_FLAG" = "true" ] + if [[ "$NETWORKRESPONSEVALUE" = "204" && ( "$SET_CONFIGURE_FLAG" = "true" || "$SET_CONFIGURE_FLAG" = "TRUE" ) ]] then while : ; do echo "WEBGUI : Waiting for PandM to initalize completely to set ConfigureWiFi flag"