Skip to content

Commit f2e88df

Browse files
committed
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]>
1 parent 88d112b commit f2e88df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/ccsp-webui-jst.bbappend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ do_install_append () {
2222
sed -i "/getInstanceIDs(\"Device.Hosts.Host.\")/a \$hostIDs=\$hostIDs[count(\$hostIDs)-2];" ${D}/usr/www2/managed_devices_add_computer_allowed.jst
2323
sed -i "/getInstanceIDs(\"Device.Hosts.Host.\")/a \$hostIDs=\$hostIDs[count(\$hostIDs)-2];" ${D}/usr/www2/managed_devices_add_computer_blocked.jst
2424
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
2526
}

0 commit comments

Comments
 (0)