0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-24 05:55:10 +00:00
Stan Grishin 1349757931 luci-app-advanced-reboot: add support for Linksys and Xiaomi devices and misc fixes
Fixes:
* change maintainer's email address
* add rpcd reload to uci-defaults script
* add better messaging with link to README when device isn't detected as
  dual-firmware

Add support for:
* linksys-ea8100v2
* linksys-whw01v1
* xiaomi-ax3600
* xiaomi-ax9000

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-04-27 23:10:17 +00:00

15 lines
349 B
JSON

{
"vendorName": "Linksys",
"deviceName": "WHW01 V1 (Velop)",
"boardNames": [ "linksys,whw01" ],
"partition1MTD": "mtd9",
"partition2MTD": "mtd11",
"labelOffset": 192,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": null,
"bootEnv2Partition1Value": null,
"bootEnv2Partition2Value": null
}