summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVincent Tremblay <vincent@vtremblay.dev>2023-01-17 17:02:08 -0500
committerVincent Tremblay <vincent@vtremblay.dev>2023-01-17 17:49:34 -0500
commit10e438fabf755d24a0ed6eade897da52eef8c568 (patch)
tree687f6c08f20c4836625f79a7a0c9942e62c9cf4a
parent5455a54d1cdb08065eca0afe3a47d1ba84c46049 (diff)
luci-app-advanced-reboot: add support for Linksys WHW03 v2
Signed-off-by: Vincent Tremblay <vincent@vtremblay.dev>
-rw-r--r--applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03v2.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03v2.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03v2.json
new file mode 100644
index 0000000000..d7ab710c82
--- /dev/null
+++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03v2.json
@@ -0,0 +1,14 @@
+{
+ "vendorName": "Linksys",
+ "deviceName": "WHW03 V2 (Velop)",
+ "boardNames": [ "linksys-whw03v2", "linksys,whw03v2" ],
+ "partition1MTD": "mtd9",
+ "partition2MTD": "mtd11",
+ "labelOffset": 192,
+ "bootEnv1": "boot_part",
+ "bootEnv1Partition1Value": 1,
+ "bootEnv1Partition2Value": 2,
+ "bootEnv2": null,
+ "bootEnv2Partition1Value": null,
+ "bootEnv2Partition2Value": null
+}