You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDKBACCL-1226: 6GHz configuration changes aren’t reflecting while editing from the Web UI
Reason for Change: Fixed issue where bandwidth was not selected correctly in wireless_network_configuration_edit.jst file
Test Procedure: Verified that after updating the file, the SSID and password changes are reflected properly
Risks: Low
Signed-off-by: ksaipr036 <[email protected]>
Copy file name to clipboardExpand all lines: meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/ccsp-webui-jst.bbappend
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,4 +22,5 @@ do_install_append () {
22
22
sed -i"/getInstanceIDs(\"Device.Hosts.Host.\")/a \$hostIDs=\$hostIDs[count(\$hostIDs)-2];"${D}/usr/www2/managed_devices_add_computer_allowed.jst
23
23
sed -i"/getInstanceIDs(\"Device.Hosts.Host.\")/a \$hostIDs=\$hostIDs[count(\$hostIDs)-2];"${D}/usr/www2/managed_devices_add_computer_blocked.jst
24
24
sed -i"s/\$clients_RSSI\[strtoupper(\$Host\[\$i.toString()\]\['PhysAddress'\])\]/\$Host\[\$i\]\['X_CISCO_COM_RSSI'\]/g"${D}/usr/www2/connected_devices_computers.jst
25
+
sed -i'/<?%if (strpos($partnerId, "sky-") !== false)/ s/sky-/RDKM/'${D}/usr/www2/wireless_network_configuration_edit.jst
0 commit comments