Merge pull request #5772 from arrmo/ea7500v2-adv-reboot

luci-app-advanced-reboot: Add support for Linksys EA7500 v2
This commit is contained in:
Stan Grishin 2022-04-26 18:02:34 -07:00 committed by GitHub
commit f2f70f3556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,15 @@
{
"vendorName": "Linksys",
"deviceName": "EA7500v2",
"boardNames": [ "linksys,ea7500-v2" ],
"partition1MTD": "mtd5",
"partition2MTD": "mtd7",
"labelOffset": 32,
"bootEnv1": "boot_part",
"bootEnv1Partition1Value": 1,
"bootEnv1Partition2Value": 2,
"bootEnv2": "bootcmd",
"bootEnv2Partition1Value": "run nandboot",
"bootEnv2Partition2Value": "run altnandboot"
}