From 4551e0bd2e0ed65029cd349fd1a25ee59da39fb4 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Sat, 15 Feb 2025 17:56:58 +0000 Subject: [PATCH] luci-app-advanced-reboot: add MR5500 and SPNMX56 - Linksys MX5500 (thanks @georgemoussalem) - Linksys SPNMX56 (thanks @georgemoussalem) Signed-off-by: Stan Grishin --- applications/luci-app-advanced-reboot/Makefile | 2 +- .../advanced-reboot/devices/linksys-mr5500.json | 14 ++++++++++++++ .../advanced-reboot/devices/linksys-spnmx56.json | 14 ++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-mr5500.json create mode 100644 applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-spnmx56.json diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 54357b3cb9..868c51058e 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:=18 +PKG_RELEASE:=19 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-mr5500.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-mr5500.json new file mode 100644 index 0000000000..fb13e8ea6c --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-mr5500.json @@ -0,0 +1,14 @@ +{ + "vendorName": "Linksys", + "deviceName": "MR5500", + "boardNames": [ "linksys,mr5500" ], + "partition1MTD": "mtd12", + "partition2MTD": "mtd14", + "labelOffset": 192, + "bootEnv1": "boot_part", + "bootEnv1Partition1Value": 1, + "bootEnv1Partition2Value": 2, + "bootEnv2": null, + "bootEnv2Partition1Value": null, + "bootEnv2Partition2Value": null +} diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-spnmx56.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-spnmx56.json new file mode 100644 index 0000000000..15e9db6015 --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-spnmx56.json @@ -0,0 +1,14 @@ +{ + "vendorName": "Linksys", + "deviceName": "SPNMX56", + "boardNames": [ "linksys,spnmx56" ], + "partition1MTD": "mtd12", + "partition2MTD": "mtd14", + "labelOffset": 192, + "bootEnv1": "boot_part", + "bootEnv1Partition1Value": 1, + "bootEnv1Partition2Value": 2, + "bootEnv2": null, + "bootEnv2Partition1Value": null, + "bootEnv2Partition2Value": null +} -- 2.30.2