mirror of
https://github.com/openwrt/luci.git
synced 2025-02-24 05:55:10 +00:00
16 lines
372 B
JSON
16 lines
372 B
JSON
{
|
|
"vendorName": "Linksys",
|
|
"deviceName": "EA7300v2",
|
|
"boardNames": [ "linksys,ea7300-v2" ],
|
|
"partition1MTD": "mtd5",
|
|
"partition2MTD": "mtd7",
|
|
"labelOffset": 32,
|
|
"bootEnv1": "boot_part",
|
|
"bootEnv1Partition1Value": 1,
|
|
"bootEnv1Partition2Value": 2,
|
|
"bootEnv2": "bootcmd",
|
|
"bootEnv2Partition1Value": "run nandboot",
|
|
"bootEnv2Partition2Value": "run altnandboot"
|
|
}
|
|
|