Merge pull request #6201 from vtremblay/advanced-boot-whw03v2

luci-app-advanced-reboot: add support for Linksys WHW03 v2
This commit is contained in:
Stan Grishin 2023-01-18 13:29:43 -07:00 committed by GitHub
commit 468294f8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}