Merge pull request #4410 from cybrnook/master

luci-app-advanced-reboot: add linksys-mr8300 support
This commit is contained in:
Stan 2020-09-07 18:50:07 -07:00 committed by GitHub
commit 8b1294fc8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View file

@ -15,6 +15,7 @@ Currently supported dual-partition devices include:
- Linksys EA4500
- Linksys EA6350v3
- Linksys EA8300
- Linksys MR8300
- Linksys EA8500
- Linksys WRT1200AC
- Linksys WRT1900AC

View file

@ -0,0 +1,14 @@
return {
vendorName = "Linksys",
deviceName = "MR8300",
boardNames = { "linksys-mr8300", "linksys,mr8300" },
partition1MTD = "mtd10",
partition2MTD = "mtd12",
labelOffset = 192,
bootEnv1 = "boot_part",
bootEnv1Partition1Value = 1,
bootEnv1Partition2Value = 2,
bootEnv2 = nil,
bootEnv2Partition1Value = nil,
bootEnv2Partition2Value = nil
}