From 8875f414f939a64cbe3f718f1ac36fb9427f576f Mon Sep 17 00:00:00 2001 From: Rodrigo Balerdi Date: Tue, 7 May 2024 06:25:50 -0300 Subject: [PATCH] luci-app-advanced-reboot: add support for Linksys WHW03 V1 Signed-off-by: Rodrigo Balerdi --- applications/luci-app-advanced-reboot/Makefile | 2 +- .../advanced-reboot/devices/linksys-whw03.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03.json diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 172cb9c96c..4c0e793659 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin -PKG_VERSION:=1.0.1-r10 +PKG_VERSION:=1.0.1-11 LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/ diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03.json new file mode 100644 index 0000000000..76eb0bd4c4 --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03.json @@ -0,0 +1,14 @@ +{ + "vendorName": "Linksys", + "deviceName": "WHW03 (Velop)", + "boardNames": [ "linksys,whw03" ], + "partition1MTD": "mmcblk0p14", + "partition2MTD": "mmcblk0p16", + "labelOffset": 192, + "bootEnv1": "boot_part", + "bootEnv1Partition1Value": 1, + "bootEnv1Partition2Value": 2, + "bootEnv2": null, + "bootEnv2Partition1Value": null, + "bootEnv2Partition2Value": null +} -- 2.30.2