diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-11-20 13:57:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 13:57:54 -0700 |
commit | 191cd74cc5326811ea6da8c62a0e5394425187b5 (patch) | |
tree | 9d4cce548aa2d013afc1e1834bc6eccfc75c2596 /applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices | |
parent | 41cee29f3bc832bbadc24786f082fddfb78c009d (diff) | |
parent | b41231a785fd99cd9532697da1b76e514fe052bb (diff) |
Merge pull request #6709 from Moondarker/mr90x-advanced-reboot
luci-app-advanced-reboot: add support for Mercusys MR90X v1
Diffstat (limited to 'applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices')
-rw-r--r-- | applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/mercusys-mr90xv1.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/mercusys-mr90xv1.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/mercusys-mr90xv1.json new file mode 100644 index 0000000000..02be54345a --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/mercusys-mr90xv1.json @@ -0,0 +1,16 @@ +{ + "vendorName": "MERCUSYS", + "deviceName": "MR90X v1", + "boardNames": [ "mercusys,mr90x-v1" ], + "partition1MTD": "mtd2", + "partition2MTD": "mtd3", + "opOffset": 0, + "ubiVolume": 2, + "labelOffset": null, + "bootEnv1": "tp_boot_idx", + "bootEnv1Partition1Value": 0, + "bootEnv1Partition2Value": 1, + "bootEnv2": null, + "bootEnv2Partition1Value": null, + "bootEnv2Partition2Value": null +} |