blob: c77cde33f2fbf1a54158e9191d560097365d491c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"vendorName": "Linksys",
"deviceName": "EA4500",
"boardNames": [ "linksys-ea4500", "linksys,ea4500" ],
"partition1MTD": "mtd3",
"partition2MTD": "mtd5",
"labelOffset": 32,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": "bootcmd",
"bootEnv2Partition1Value": "run nandboot",
"bootEnv2Partition2Value": "run altnandboot"
}
|