mirror of
https://github.com/openwrt/luci.git
synced 2025-02-24 05:55:10 +00:00
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>
15 lines
358 B
JSON
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
|
|
}
|