0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-24 05:55:10 +00:00
Stan Grishin 3b426d919f luci-app-advanced-reboot: add support for more Linksys devices
* Linksys E7350 (thanks forum/OothecaPickle)
* Linksys MX2000 (thanks @georgemoussalem)
* Linksys MX550 (thanks @georgemoussalem)

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2025-02-09 19:26:54 +00:00

15 lines
341 B
JSON

{
"vendorName": "Linksys",
"deviceName": "MX2000",
"boardNames": [ "linksys,mx2000" ],
"partition1MTD": "mtd12",
"partition2MTD": "mtd14",
"labelOffset": 192,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": null,
"bootEnv2Partition1Value": null,
"bootEnv2Partition2Value": null
}