diff options
author | Rodrigo Balerdi <lanchon@gmail.com> | 2024-05-07 06:25:50 -0300 |
---|---|---|
committer | Rodrigo Balerdi <lanchon@gmail.com> | 2024-05-09 20:17:18 -0300 |
commit | 8875f414f939a64cbe3f718f1ac36fb9427f576f (patch) | |
tree | cd52686473cb27d4af14d361492332d54ba9a05b /applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot | |
parent | 8c8b80c57283b0b46d6569fe0f78c0bb30666f83 (diff) |
luci-app-advanced-reboot: add support for Linksys WHW03 V1
Signed-off-by: Rodrigo Balerdi <lanchon@gmail.com>
Diffstat (limited to 'applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot')
-rw-r--r-- | applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-whw03.json | 14 |
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 +} |