mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-18 10:46:31 +00:00
Updated to 19.07.1 and 18.06.7
This commit is contained in:
parent
f70d0e52e8
commit
dc5f833d15
@ -21,6 +21,24 @@
|
||||
"kvm": "allow"
|
||||
},
|
||||
"images": [
|
||||
{
|
||||
"filename": "openwrt-19.07.1-x86-64-combined-ext4.img",
|
||||
"version": "19.07.1",
|
||||
"md5sum": "2d36f48bcc37edf3c5cfc28fed44b533",
|
||||
"filesize": 285736960,
|
||||
"download_url": "https://downloads.openwrt.org/releases/19.07.1/targets/x86/64/",
|
||||
"direct_download_url": "https://downloads.openwrt.org/releases/19.07.1/targets/x86/64/openwrt-19.07.1-x86-64-combined-ext4.img.gz",
|
||||
"compression": "gzip"
|
||||
},
|
||||
{
|
||||
"filename": "openwrt-18.06.7-x86-64-combined-ext4.img",
|
||||
"version": "18.06.7",
|
||||
"md5sum": "f463f38cccf89e1a2229f74a4c42d3ef",
|
||||
"filesize": 285736960,
|
||||
"download_url": "https://downloads.openwrt.org/releases/18.06.7/targets/x86/64/",
|
||||
"direct_download_url": "https://downloads.openwrt.org/releases/18.06.7/targets/x86/64/openwrt-18.06.7-x86-64-combined-ext4.img.gz",
|
||||
"compression": "gzip"
|
||||
},
|
||||
{
|
||||
"filename": "openwrt-19.07.0-x86-64-combined-ext4.img",
|
||||
"version": "19.07.0",
|
||||
@ -86,6 +104,18 @@
|
||||
}
|
||||
],
|
||||
"versions": [
|
||||
{
|
||||
"name": "19.07.1",
|
||||
"images": {
|
||||
"hda_disk_image": "openwrt-19.07.1-x86-64-combined-ext4.img"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "18.06.7",
|
||||
"images": {
|
||||
"hda_disk_image": "openwrt-18.06.7-x86-64-combined-ext4.img"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "19.07.0",
|
||||
"images": {
|
||||
|
Loading…
Reference in New Issue
Block a user