mirror of
https://github.com/openwrt/luci.git
synced 2025-02-24 05:55:10 +00:00
Rework the advanced-reboot app to client side implementation. Change devices file to json type. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
15 lines
365 B
JSON
15 lines
365 B
JSON
{
|
|
"vendorName": "Linksys",
|
|
"deviceName": "EA6350v3",
|
|
"boardNames": [ "linksys-ea6350v3", "linksys,ea6350v3" ],
|
|
"partition1MTD": "mtd10",
|
|
"partition2MTD": "mtd12",
|
|
"labelOffset": 192,
|
|
"bootEnv1": "boot_part",
|
|
"bootEnv1Partition1Value": 1,
|
|
"bootEnv1Partition2Value": 2,
|
|
"bootEnv2": null,
|
|
"bootEnv2Partition1Value": null,
|
|
"bootEnv2Partition2Value": null
|
|
}
|