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
417 B
JSON
15 lines
417 B
JSON
{
|
|
"vendorName": "Linksys",
|
|
"deviceName": "EA3500",
|
|
"boardNames": [ "linksys-audi", "linksys,audi", "linksys-ea3500", "linksys,ea3500" ],
|
|
"partition1MTD": "mtd3",
|
|
"partition2MTD": "mtd5",
|
|
"labelOffset": 32,
|
|
"bootEnv1": "boot_part",
|
|
"bootEnv1Partition1Value": 1,
|
|
"bootEnv1Partition2Value": 2,
|
|
"bootEnv2": "bootcmd",
|
|
"bootEnv2Partition1Value": "run nandboot",
|
|
"bootEnv2Partition2Value": "run altnandboot"
|
|
}
|
|
|