luci-app-advanced-reboot: add linksys-mr8300 support

Signed-off-by: Hans Geiblinger <cybrnook2002@yahoo.com>

Tested and confirmed working against master branch and mr8300
This commit is contained in:
Hans Geiblinger 2020-09-02 13:50:10 -04:00 committed by Hans
parent 82d4384898
commit cc140782f3
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
}