From ca76e1123b415305c6c9d91ec4b5fca9398e3b73 Mon Sep 17 00:00:00 2001 From: mahanteshchitt Date: Fri, 5 Dec 2025 12:17:33 +0530 Subject: [PATCH] RDKBACCL-1294:Lighttpd and webui support on ARM system. Reason For Change: Adding the box type for ARM system to support webui functionality. Test Procedure: Should Able to launch the webui. Risks: None Signed-off-by: mahanteshchitt --- source/Styles/xb3/config/webgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Styles/xb3/config/webgui.sh b/source/Styles/xb3/config/webgui.sh index dd48f1b..6ea9614 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" != "xgenericarm" ]; then #upstreamed webgui_script_https_support.patch to Secure webui redirection as part of RDKB-42686. mkdir -p /tmp/.webui/ ID="/tmp/trpfizyanrln"