Skip to content

Commit

Permalink
Merge pull request openwrt#7471 from stangri/master-luci-app-advanced…
Browse files Browse the repository at this point in the history
…-reboot

luci-app-advanced-reboot: Linksys MX5300 support
  • Loading branch information
stangri authored Dec 14, 2024
2 parents a6e3ea4 + 09e5422 commit 7baceb0
Show file tree
Hide file tree
Showing 2 changed files with 15 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 <[email protected]>
PKG_VERSION:=1.0.1
PKG_RELEASE:=15
PKG_RELEASE:=16

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": "MX5300",
"boardNames": [ "linksys,mx5300" ],
"partition1MTD": "mtd21",
"partition2MTD": "mtd23",
"labelOffset": 192,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": null,
"bootEnv2Partition1Value": null,
"bootEnv2Partition2Value": null
}

0 comments on commit 7baceb0

Please sign in to comment.