forked from sonoble/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mellanox] Fix platform name for SN4800 (sonic-net#9635)
- Why I did it Rename MSN4800 to SN4800 in platform files - How I did it Rename MSN4800 to SN4800 in platform files - How to verify it Run build.
- Loading branch information
1 parent
b749c67
commit b0f0d4e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"chassis": { | ||
"name": "MSN4800", | ||
"name": "SN4800", | ||
"components": [ | ||
{ | ||
"name": "ONIE" | ||
|
2 changes: 1 addition & 1 deletion
2
device/mellanox/x86_64-nvidia_sn4800-r0/platform_components.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"chassis": { | ||
"MSN4800": { | ||
"SN4800": { | ||
"component": { | ||
"ONIE": { }, | ||
"SSD": { }, | ||
|