diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-10-08 23:04:40 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-10-08 23:05:03 +0000 |
commit | a917ad6c31f70fadc093d215bdef2b14e940e129 (patch) | |
tree | 2b7ecbd106d4d07a02950b455d6a5a0aa9f00cc2 /applications | |
parent | 780a84e8bead3cbbdda09c479ab793081ecf9903 (diff) |
luci-app-advanced-reboot: update to 1.0.1-15
* add support for Linksys EA6350v4
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea6350v4.json | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 1f0f030006..06d96f287a 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -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/ diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea6350v4.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea6350v4.json new file mode 100644 index 0000000000..104229861a --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea6350v4.json @@ -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 +} |