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