-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
luci-app-advanced-reboot: add MR5500 and SPNMX56
- Linksys MX5500 (thanks @georgemoussalem) - Linksys SPNMX56 (thanks @georgemoussalem) Signed-off-by: Stan Grishin <stangri@melmac.ca>
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
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
14 changes: 14 additions & 0 deletions
14
...tions/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-mr5500.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"vendorName": "Linksys", | ||
"deviceName": "MR5500", | ||
"boardNames": [ "linksys,mr5500" ], | ||
"partition1MTD": "mtd12", | ||
"partition2MTD": "mtd14", | ||
"labelOffset": 192, | ||
"bootEnv1": "boot_part", | ||
"bootEnv1Partition1Value": 1, | ||
"bootEnv1Partition2Value": 2, | ||
"bootEnv2": null, | ||
"bootEnv2Partition1Value": null, | ||
"bootEnv2Partition2Value": null | ||
} |
14 changes: 14 additions & 0 deletions
14
...ions/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-spnmx56.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"vendorName": "Linksys", | ||
"deviceName": "SPNMX56", | ||
"boardNames": [ "linksys,spnmx56" ], | ||
"partition1MTD": "mtd12", | ||
"partition2MTD": "mtd14", | ||
"labelOffset": 192, | ||
"bootEnv1": "boot_part", | ||
"bootEnv1Partition1Value": 1, | ||
"bootEnv1Partition2Value": 2, | ||
"bootEnv2": null, | ||
"bootEnv2Partition1Value": null, | ||
"bootEnv2Partition2Value": null | ||
} |