0
0
mirror of https://github.com/openwrt/luci.git synced 2025-02-24 05:55:10 +00:00
Stan Grishin 1349757931 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>
2023-04-27 23:10:17 +00:00

15 lines
358 B
JSON

{
"vendorName": "Xiaomi",
"deviceName": "AX9000",
"boardNames": [ "xiaomi,ax9000" ],
"partition1MTD": "mtd20",
"partition2MTD": "mtd21",
"labelOffset": 266432,
"bootEnv1": "flag_boot_rootfs",
"bootEnv1Partition1Value": 0,
"bootEnv1Partition2Value": 1,
"bootEnv2": "flag_last_success",
"bootEnv2Partition1Value": 0,
"bootEnv2Partition2Value": 1
}