Merge pull request #4502 from arrmo/ea7300

Update EA7300, v1 and v2, for new json based approach
This commit is contained in:
Stan 2020-10-07 19:34:14 -07:00 committed by GitHub
commit d4901f3484
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 14 deletions

View file

@ -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
}

View file

@ -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"
}

View file

@ -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"
}