Skip to content

Commit

Permalink
luci-app-advanced-reboot: add MR5500 and SPNMX56
Browse files Browse the repository at this point in the history
- Linksys MX5500 (thanks @georgemoussalem)
- Linksys SPNMX56 (thanks @georgemoussalem)

Signed-off-by: Stan Grishin <stangri@melmac.ca>
  • Loading branch information
stangri committed Feb 15, 2025
1 parent 375c701 commit 4551e0b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion applications/luci-app-advanced-reboot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-advanced-reboot
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=1.0.1
PKG_RELEASE:=18
PKG_RELEASE:=19

LUCI_TITLE:=Advanced Linksys Reboot Web UI
LUCI_URL:=https://github.com/stangri/luci-app-advanced-reboot/
Expand Down
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
}
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
}

0 comments on commit 4551e0b

Please sign in to comment.