Add Advanced Reboot support for Linksys EA7300 v2

Signed-off-by: Russell Morris <rmorris@rkmorris.us>
This commit is contained in:
Russell Morris 2020-09-30 19:49:53 -05:00
parent b60ea0b8bf
commit 2d39b9c76c
2 changed files with 15 additions and 0 deletions

View file

@ -14,6 +14,7 @@ Currently supported dual-partition devices include:
- Linksys E4200v2
- Linksys EA4500
- Linksys EA6350v3
- Linksys EA7300v2
- Linksys EA8300
- Linksys MR8300
- Linksys EA8500

View file

@ -0,0 +1,14 @@
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
}