forked from GNS3/gns3-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenwrt.gns3a
87 lines (87 loc) · 3.73 KB
/
openwrt.gns3a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "OpenWrt",
"category": "router",
"description": "OpenWrt is a highly extensible GNU/Linux distribution for embedded devices (typically wireless routers). Unlike many other distributions for these routers, OpenWrt is built from the ground up to be a full-featured, easily modifiable operating system for your router. In practice, this means that you can have all the features you need with none of the bloat, powered by a Linux kernel that's more recent than most other distributions.",
"vendor_name": "OpenWrt",
"vendor_url": "http://openwrt.org",
"documentation_url": "http://wiki.openwrt.org/doc/",
"product_name": "OpenWrt",
"product_url": "http://openwrt.org",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "[email protected]",
"usage": "Ethernet0 is the LAN link, Ethernet1 the WAN link, Ethernet2 and Ethernet3 are optional links.",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 4,
"ram": 128,
"arch": "x86_64",
"console_type": "telnet",
"kvm": "allow"
},
"images": [
{
"filename": "openwrt-18.06.2-x86-64-combined-ext4.img",
"version": "18.06.2",
"md5sum": "d112cd432bf51e2ddadbf9513f272fd9",
"filesize": 285736960,
"download_url": "https://downloads.openwrt.org/releases/18.06.2/targets/x86/64/",
"direct_download_url": "https://downloads.openwrt.org/releases/18.06.2/targets/x86/64/openwrt-18.06.2-x86-64-combined-ext4.img.gz",
"compression": "gzip"
},
{
"filename": "openwrt-18.06.1-x86-64-combined-ext4.img",
"version": "18.06.1",
"md5sum": "3e2da47c5c2496b6df364a60ded8f40a",
"filesize": 285736960,
"download_url": "https://downloads.openwrt.org/releases/18.06.1/targets/x86/64/",
"direct_download_url": "https://downloads.openwrt.org/releases/18.06.1/targets/x86/64/openwrt-18.06.1-x86-64-combined-ext4.img.gz",
"compression": "gzip"
},
{
"filename": "lede-17.01.6-x86-64-combined-ext4.img",
"version": "17.01.6",
"md5sum": "015c0d5038ddd469fbdabce7eb5265dc",
"filesize": 285736960,
"download_url": "https://downloads.openwrt.org/releases/17.01.6/targets/x86/64/",
"direct_download_url": "https://downloads.openwrt.org/releases/17.01.6/targets/x86/64/lede-17.01.6-x86-64-combined-ext4.img.gz",
"compression": "gzip"
},
{
"filename": "openwrt-15.05.1-x86-64-combined-ext4.img",
"version": "15.05.1",
"md5sum": "307d8cdb11faeb1b5e27fe55078bd152",
"filesize": 55050240,
"download_url": "http://archive.openwrt.org/chaos_calmer/15.05.1/x86/64/",
"direct_download_url": "http://archive.openwrt.org/chaos_calmer/15.05.1/x86/64/openwrt-15.05.1-x86-64-combined-ext4.img.gz",
"compression": "gzip"
}
],
"versions": [
{
"name": "openwrt 18.06.2",
"images": {
"hda_disk_image": "openwrt-18.06.2-x86-64-combined-ext4.img"
}
},
{
"name": "openwrt 18.06.1",
"images": {
"hda_disk_image": "openwrt-18.06.1-x86-64-combined-ext4.img"
}
},
{
"name": "openwrt/lede 17.01.6",
"images": {
"hda_disk_image": "lede-17.01.6-x86-64-combined-ext4.img"
}
},
{
"name": "openwrt 15.05.1",
"images": {
"hda_disk_image": "openwrt-15.05.1-x86-64-combined-ext4.img"
}
}
]
}