Merge pull request #5074 from djadair/ea7500-reboot-profile
luci-app-advanced-reboot: add board config for Linksys EA7500-V1
This commit is contained in:
commit
030804b740
2 changed files with 15 additions and 1 deletions
|
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
||||
PKG_VERSION:=1.0.1-1
|
||||
PKG_VERSION:=1.0.1-2
|
||||
|
||||
LUCI_TITLE:=Advanced Linksys Reboot Web UI
|
||||
LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"vendorName": "Linksys",
|
||||
"deviceName": "EA7500v1",
|
||||
"boardNames": [ "linksys,ea7500-v1" ],
|
||||
"partition1MTD": "mtd13",
|
||||
"partition2MTD": "mtd15",
|
||||
"labelOffset": 32,
|
||||
"bootEnv1": "boot_part",
|
||||
"bootEnv1Partition1Value": 1,
|
||||
"bootEnv1Partition2Value": 2,
|
||||
"bootEnv2": null,
|
||||
"bootEnv2Partition1Value": null,
|
||||
"bootEnv2Partition2Value": null
|
||||
}
|
Loading…
Reference in a new issue