diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-04-27 23:08:22 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-04-27 23:10:17 +0000 |
commit | 134975793191673bbe6ea8cfb0392eadec96aa9e (patch) | |
tree | 81fb9a66df948b2115e819a70acbfd0e42ec1c05 /applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/xiaomi-ax3600.json | |
parent | 0944811fbcfa2471946c4fecdac277494000b1a4 (diff) |
luci-app-advanced-reboot: add support for Linksys and Xiaomi devices and misc fixes
Fixes:
* change maintainer's email address
* add rpcd reload to uci-defaults script
* add better messaging with link to README when device isn't detected as
dual-firmware
Add support for:
* linksys-ea8100v2
* linksys-whw01v1
* xiaomi-ax3600
* xiaomi-ax9000
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/xiaomi-ax3600.json')
-rw-r--r-- | applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/xiaomi-ax3600.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/xiaomi-ax3600.json b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/xiaomi-ax3600.json new file mode 100644 index 0000000000..618911326a --- /dev/null +++ b/applications/luci-app-advanced-reboot/root/usr/share/advanced-reboot/devices/xiaomi-ax3600.json @@ -0,0 +1,14 @@ +{ + "vendorName": "Xiaomi", + "deviceName": "AX3600", + "boardNames": [ "xiaomi,ax3600" ], + "partition1MTD": "mtd12", + "partition2MTD": "mtd13", + "labelOffset": 266432, + "bootEnv1": "flag_boot_rootfs", + "bootEnv1Partition1Value": 0, + "bootEnv1Partition2Value": 1, + "bootEnv2": "flag_last_success", + "bootEnv2Partition1Value": 0, + "bootEnv2Partition2Value": 1 +} |