mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
103 lines
4.4 KiB
Plaintext
103 lines
4.4 KiB
Plaintext
{
|
|
"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": "developers@gns3.net",
|
|
"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.5-x86-64-combined-ext4.img",
|
|
"version": "18.06.5",
|
|
"md5sum": "6fce24c15f0bc75af16c133b839aea30",
|
|
"filesize": 285736960,
|
|
"download_url": "https://downloads.openwrt.org/releases/18.06.5/targets/x86/64/",
|
|
"direct_download_url": "https://downloads.openwrt.org/releases/18.06.5/targets/x86/64/openwrt-18.06.5-x86-64-combined-ext4.img.gz",
|
|
"compression": "gzip"
|
|
},
|
|
{
|
|
"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": "18.06.5",
|
|
"images": {
|
|
"hda_disk_image": "openwrt-18.06.5-x86-64-combined-ext4.img"
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|