diff --git a/gns3server/appliances/openwrt.gns3a b/gns3server/appliances/openwrt.gns3a index 3186f85d..6bde4dc2 100644 --- a/gns3server/appliances/openwrt.gns3a +++ b/gns3server/appliances/openwrt.gns3a @@ -21,6 +21,15 @@ "kvm": "allow" }, "images": [ + { + "filename": "openwrt-19.07.3-x86-64-combined-ext4.img", + "version": "19.07.3", + "md5sum": "d150595d624cba9c8989a675fdfbc329", + "filesize": 285736960, + "download_url": "https://downloads.openwrt.org/releases/19.07.3/targets/x86/64/", + "direct_download_url": "https://downloads.openwrt.org/releases/19.07.3/targets/x86/64/openwrt-19.07.3-x86-64-combined-ext4.img.gz", + "compression": "gzip" + }, { "filename": "openwrt-19.07.2-x86-64-combined-ext4.img", "version": "19.07.2", @@ -122,6 +131,12 @@ } ], "versions": [ + { + "name": "19.07.3", + "images": { + "hda_disk_image": "openwrt-19.07.3-x86-64-combined-ext4.img" + } + }, { "name": "19.07.2", "images": {