From: Stan Grishin Date: Tue, 8 Oct 2024 23:04:40 +0000 (+0000) Subject: luci-app-advanced-reboot: update to 1.0.1-15 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=542a8240af0e9d6b9a4ca375c20baf84944d11df;p=project%2Fluci.git luci-app-advanced-reboot: update to 1.0.1-15 Update to the most recent version, this update includes: * copyright & license updates * better package definitions in Makefile * better presence in make menuconfig * better version/release information compatible with both opkg/apk * updated link to upstream code * updated README link wording * add support for Linksys MX4200v1 * add support for Linksys MX4200v2 * add support for Linksys MX4300 * add support for Linksys WHW03 * add support for Linksys EA6350v4 Signed-off-by: Stan Grishin (cherry picked from commit a917ad6c31f70fadc093d215bdef2b14e940e129) --- diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 8420baa624..1ce8c4d3bc 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 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 +}