mirror of
https://github.com/openwrt/luci.git
synced 2025-12-27 04:29:58 +04:00
Merge pull request #7668 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: update to 1.0.1-21
This commit is contained in:
@@ -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:=19
|
||||
PKG_RELEASE:=21
|
||||
|
||||
LUCI_TITLE:=Advanced Linksys Reboot Web UI
|
||||
LUCI_URL:=https://github.com/stangri/luci-app-advanced-reboot/
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"vendorName": "Linksys",
|
||||
"deviceName": "MR7500",
|
||||
"boardNames": [ "linksys,mr7500" ],
|
||||
"partition1MTD": "mtd13",
|
||||
"partition2MTD": "mtd15",
|
||||
"labelOffset": 192,
|
||||
"bootEnv1": "boot_part",
|
||||
"bootEnv1Partition1Value": 1,
|
||||
"bootEnv1Partition2Value": 2,
|
||||
"bootEnv2": null,
|
||||
"bootEnv2Partition1Value": null,
|
||||
"bootEnv2Partition2Value": null
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"vendorName": "Linksys",
|
||||
"deviceName": "MX8500",
|
||||
"boardNames": [ "linksys,mx8500" ],
|
||||
"partition1MTD": "mtd21",
|
||||
"partition2MTD": "mtd23",
|
||||
"labelOffset": 192,
|
||||
"bootEnv1": "boot_part",
|
||||
"bootEnv1Partition1Value": 1,
|
||||
"bootEnv1Partition2Value": 2,
|
||||
"bootEnv2": null,
|
||||
"bootEnv2Partition1Value": null,
|
||||
"bootEnv2Partition2Value": null
|
||||
}
|
||||
Reference in New Issue
Block a user