mirror of
https://github.com/openwrt/luci.git
synced 2025-02-24 05:55:10 +00:00
* update copyright * update license * split version string into PKG_VERSION and PKG_RELEASE for APK compatibility * update upstream URL link * add menuconfig title/version info * update README * add support for: * Linksys MX4200v1 (Thanks @innovara) * Linksys MX4200v2 (Thanks @innovara) * Linksys MX4300 (Thanks @PIPIPIG233666) Signed-off-by: Stan Grishin <stangri@melmac.ca>
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"vendorName": "Linksys",
|
|
"deviceName": "MX4300",
|
|
"boardNames": [ "linksys,mx4300" ],
|
|
"partition1MTD": "mtd21",
|
|
"partition2MTD": "mtd23",
|
|
"labelOffset": 192,
|
|
"bootEnv1": "boot_part",
|
|
"bootEnv1Partition1Value": 1,
|
|
"bootEnv1Partition2Value": 2,
|
|
"bootEnv2": null,
|
|
"bootEnv2Partition1Value": null,
|
|
"bootEnv2Partition2Value": null
|
|
}
|