luci-app-advanced-reboot: Add support for Linksys EA7500 v2 5772/head
authorRussell Morris <rmorris@rkmorris.us>
Wed, 20 Apr 2022 23:35:05 +0000 (18:35 -0500)
committerRussell Morris <rmorris@rkmorris.us>
Wed, 20 Apr 2022 23:35:05 +0000 (18:35 -0500)
Signed-off-by: Russell Morris <rmorris@rkmorris.us>
applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v2.json [new file with mode: 0644]

diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v2.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/linksys-ea7500v2.json
new file mode 100644 (file)
index 0000000..03a18be
--- /dev/null
@@ -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"
+}
+