summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-advanced-reboot/root
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2024-05-14 09:36:23 -0700
committerGitHub <noreply@github.com>2024-05-14 09:36:23 -0700
commite01f393924faaf62238c0e8eaa5b1a07723125dd (patch)
tree9f38914d241e299f5ee849d391954f6ec33c1999 /applications/luci-app-advanced-reboot/root
parent08b8b1d0e3bd541d18b66f52b903371dfe38ca95 (diff)
parent8875f414f939a64cbe3f718f1ac36fb9427f576f (diff)
Merge pull request #7112 from Lanchon/whw03v1-adv-reboot
luci-app-advanced-reboot: add support for Linksys WHW03 V1
Diffstat (limited to 'applications/luci-app-advanced-reboot/root')
-rw-r--r--applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03.json14
1 files changed, 14 insertions, 0 deletions
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
+}