Merge pull request #4502 from arrmo/ea7300
Update EA7300, v1 and v2, for new json based approach
This commit is contained in:
commit
d4901f3484
3 changed files with 30 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
return {
|
||||
vendorName = "Linksys",
|
||||
deviceName = "EA7300v2",
|
||||
boardNames = { "linksys,ea7300-v2" },
|
||||
partition1MTD = "mtd5",
|
||||
partition2MTD = "mtd7",
|
||||
labelOffset = 32,
|
||||
bootEnv1 = "boot_part",
|
||||
bootEnv1Partition1Value = 1,
|
||||
bootEnv1Partition2Value = 2,
|
||||
bootEnv2 = nil,
|
||||
bootEnv2Partition1Value = nil,
|
||||
bootEnv2Partition2Value = nil
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"vendorName": "Linksys",
|
||||
"deviceName": "EA7300v1",
|
||||
"boardNames": [ "linksys,ea7300-v1" ],
|
||||
"partition1MTD": "mtd5",
|
||||
"partition2MTD": "mtd7",
|
||||
"labelOffset": 32,
|
||||
"bootEnv1": "boot_part",
|
||||
"bootEnv1Partition1Value": 1,
|
||||
"bootEnv1Partition2Value": 2,
|
||||
"bootEnv2": "bootcmd",
|
||||
"bootEnv2Partition1Value": "run nandboot",
|
||||
"bootEnv2Partition2Value": "run altnandboot"
|
||||
}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"vendorName": "Linksys",
|
||||
"deviceName": "EA7300v2",
|
||||
"boardNames": [ "linksys,ea7300-v2" ],
|
||||
"partition1MTD": "mtd5",
|
||||
"partition2MTD": "mtd7",
|
||||
"labelOffset": 32,
|
||||
"bootEnv1": "boot_part",
|
||||
"bootEnv1Partition1Value": 1,
|
||||
"bootEnv1Partition2Value": 2,
|
||||
"bootEnv2": "bootcmd",
|
||||
"bootEnv2Partition1Value": "run nandboot",
|
||||
"bootEnv2Partition2Value": "run altnandboot"
|
||||
}
|
||||
|
Loading…
Reference in a new issue