diff options
author | David Adair <djabhead@aol.com> | 2021-05-19 21:25:38 -0700 |
---|---|---|
committer | David Adair <djabhead@aol.com> | 2021-05-26 16:07:06 -0700 |
commit | a68d6f659fc28290a7e8d8a134c9f249b48b7a40 (patch) | |
tree | c67db997949fbd301cbd3cd56f72f8c6c386850c /applications/luci-app-advanced-reboot/root | |
parent | ad9388d2eba0b024cd16c5e653b1f09b00103a08 (diff) |
[luci] luci-app-advanced-reboot: add board config for Linksys EA7500-V1
EA7500-v1 works the same as the other Linksys models except
the name is different.
Signed-off-by: David Adair <djabhead@aol.com>
Diffstat (limited to 'applications/luci-app-advanced-reboot/root')
-rw-r--r-- | applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json new file mode 100644 index 0000000000..4c68639fd3 --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v1.json @@ -0,0 +1,14 @@ +{ + "vendorName": "Linksys", + "deviceName": "EA7500v1", + "boardNames": [ "linksys,ea7500-v1" ], + "partition1MTD": "mtd13", + "partition2MTD": "mtd15", + "labelOffset": 32, + "bootEnv1": "boot_part", + "bootEnv1Partition1Value": 1, + "bootEnv1Partition2Value": 2, + "bootEnv2": null, + "bootEnv2Partition1Value": null, + "bootEnv2Partition2Value": null +} |