From 893b7224186b59d79b6ce40d4a58df1ff8f6728b Mon Sep 17 00:00:00 2001 From: plaksh175_comcast Date: Tue, 2 Jun 2026 05:13:13 +0000 Subject: [PATCH] RDKB-64798: Default xconf URL using Autoexcluded.xconf value Reason for change: Setting AutoExclude Xconf URL with CDN URL Test Procedure: As mentioned in the ticket Risk: Medium Priority: P1 Signed-off-by: plaksh175_comcast --- source/scripts/init/defaults/system_defaults_arm | 2 +- source/scripts/init/defaults/system_defaults_bci | 2 +- source/scripts/init/defaults/system_defaults_xd4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/scripts/init/defaults/system_defaults_arm b/source/scripts/init/defaults/system_defaults_arm index 9af3ea17..179925dd 100755 --- a/source/scripts/init/defaults/system_defaults_arm +++ b/source/scripts/init/defaults/system_defaults_arm @@ -1392,7 +1392,7 @@ $ddns_server_retryinterval_5=660 #Control firmware update exclusion $AutoExcludedEnabled=false -$AutoExcludedURL=https://xconf.xcal.tv/xconf/swu/stb +$AutoExcludedURL=https://xconf.xcal.tv/xconf/firmware/stb #HWSelfTest Enable(Default =false) $hwHealthTest=false diff --git a/source/scripts/init/defaults/system_defaults_bci b/source/scripts/init/defaults/system_defaults_bci index e536173f..4ffc856a 100755 --- a/source/scripts/init/defaults/system_defaults_bci +++ b/source/scripts/init/defaults/system_defaults_bci @@ -1271,7 +1271,7 @@ $ddns_server_retryinterval_5=660 #Control firmware update exclusion $AutoExcludedEnabled=false -$AutoExcludedURL=https://xconf.xcal.tv/xconf/swu/stb +$AutoExcludedURL=https://xconf.xcal.tv/xconf/firmware/stb #HWSelfTest Enable(Default =false) $hwHealthTest=false diff --git a/source/scripts/init/defaults/system_defaults_xd4 b/source/scripts/init/defaults/system_defaults_xd4 index 534f4976..36047022 100755 --- a/source/scripts/init/defaults/system_defaults_xd4 +++ b/source/scripts/init/defaults/system_defaults_xd4 @@ -1371,7 +1371,7 @@ $ddns_server_retryinterval_5=660 #Control firmware update exclusion $AutoExcludedEnabled=false -$AutoExcludedURL=https://xconf.xcal.tv/xconf/swu/stb +$AutoExcludedURL=https://xconf.xcal.tv/xconf/firmware/stb #HWSelfTest Enable(Default =false) $hwHealthTest=false