f7dc5e59cc15ae92c8918cbec989cf8d2854b73f
[openwrt-luci.git] /
1 {
2         "device": {
3                 "vendor": "Linksys",
4                 "model": "WRT3200ACM",
5                 "board": [
6                         "linksys-rango",
7                         "linksys,rango",
8                         "linksys,wrt3200acm"
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": "mtd5",
28                         "labelOffsetBytes": 32
29                 },
30                 {
31                         "number": 2,
32                         "param_values": [
33                                 2,
34                                 "run altnandboot"
35                         ],
36                         "mtd": "mtd7",
37                         "labelOffsetBytes": 32
38                 }
39         ]
40 }
git clone https://git.99rst.org/PROJECT