luci-app-advanced-reboot: add support for Linksys WHW03 V1 7112/head
authorRodrigo Balerdi <lanchon@gmail.com>
Tue, 7 May 2024 09:25:50 +0000 (06:25 -0300)
committerRodrigo Balerdi <lanchon@gmail.com>
Thu, 9 May 2024 23:17:18 +0000 (20:17 -0300)
Signed-off-by: Rodrigo Balerdi <lanchon@gmail.com>
applications/luci-app-advanced-reboot/Makefile
applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03.json [new file with mode: 0644]

index 172cb9c96ce04316d7aa8c5c1c9d370f459d0c87..4c0e7936597ab1d5d6210c8995d0201ecce6eead 100644 (file)
@@ -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-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 (file)
index 0000000..76eb0bd
--- /dev/null
@@ -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
+}