Skip to content

Commit

Permalink
Merge pull request #7316 from stangri/master-luci-app-advanced-reboot
Browse files Browse the repository at this point in the history
luci-app-advanced-reboot: update to 1.0.1-15
  • Loading branch information
stangri authored Oct 25, 2024
2 parents 760ac16 + a917ad6 commit a09cba4
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 <stangri@melmac.ca>
PKG_VERSION:=1.0.1
PKG_RELEASE:=13
PKG_RELEASE:=15

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": "EA6350v4",
"boardNames": [ "linksys,ea6350-v4" ],
"partition1MTD": "mtd5",
"partition2MTD": "mtd7",
"labelOffset": 32,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": null,
"bootEnv2Partition1Value": null,
"bootEnv2Partition2Value": null
}

0 comments on commit a09cba4

Please sign in to comment.