Skip to content

Commit

Permalink
Merge pull request #7614 from stangri/master-luci-app-advanced-reboot
Browse files Browse the repository at this point in the history
luci-app-advanced-reboot: add support for more Linksys devices
  • Loading branch information
stangri authored Feb 13, 2025
2 parents 299cc61 + 3b426d9 commit 44b4d34
Show file tree
Hide file tree
Showing 4 changed files with 43 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:=16
PKG_RELEASE:=18

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": "E7350",
"boardNames": [ "linksys,e7350" ],
"partition1MTD": "mtd3",
"partition2MTD": "mtd6",
"labelOffset": 192,
"bootEnv1": "bootimage",
"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": "MX2000",
"boardNames": [ "linksys,mx2000" ],
"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": "MX5500",
"boardNames": [ "linksys,mx5500" ],
"partition1MTD": "mtd12",
"partition2MTD": "mtd14",
"labelOffset": 192,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": null,
"bootEnv2Partition1Value": null,
"bootEnv2Partition2Value": null
}

0 comments on commit 44b4d34

Please sign in to comment.