]> git.99rst.org Git - openwrt-luci.git/blob
f585a542a431067bed2fdac7d6d51c545252b921
[openwrt-luci.git] /
1 {
2 "device": {
3 "vendor": "Linksys",
4 "model": "WRT1900ACv2",
5 "board": [
6 "linksys-cobra",
7 "linksys,cobra",
8 "linksys,wrt1900ac-v2"
9 ]
10 },
11 "commands": {
12 "params": [
13 "boot_part",
14 "bootcmd"
15 ],
16 "get": "fw_printenv",
17 "set": "fw_setenv",
18 "save": null
19 },
20 "partitions": [
21 {
22 "number": 1,
23 "param_values": [
24 1,
25 "run nandboot"
26 ],
27 "mtd": "mtd4",
28 "labelOffsetBytes": 32
29 },
30 {
31 "number": 2,
32 "param_values": [
33 2,
34 "run altnandboot"
35 ],
36 "mtd": "mtd6",
37 "labelOffsetBytes": 32
38 }
39 ]
40 }
git clone https://git.99rst.org/PROJECT