From dc5f833d151133e6e1f04cc3c97afecf3f2c8506 Mon Sep 17 00:00:00 2001 From: jkk88 Date: Mon, 17 Feb 2020 03:38:40 +0100 Subject: [PATCH] Updated to 19.07.1 and 18.06.7 --- appliances/openwrt.gns3a | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/appliances/openwrt.gns3a b/appliances/openwrt.gns3a index 37819b4..744359f 100644 --- a/appliances/openwrt.gns3a +++ b/appliances/openwrt.gns3a @@ -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": {