Skip to content

Commit e6703ba

Browse files
authored
Merge pull request #831 from Da-Geek/OpenWrt
Adding OpenWrt 23.05.0
2 parents ca8007f + f16e525 commit e6703ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

appliances/openwrt.gns3a

+15
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
"kvm": "allow"
2424
},
2525
"images": [
26+
{
27+
"filename": "openwrt-23.05.0-x86-64-generic-ext4-combined.img",
28+
"version": "23.05.0",
29+
"md5sum": "8d53c7aa2605a8848b0b2ca759fc924f",
30+
"filesize": 126353408,
31+
"download_url": "https://downloads.openwrt.org/releases/23.05.0/targets/x86/64/",
32+
"direct_download_url": "https://downloads.openwrt.org/releases/23.05.0/targets/x86/64/openwrt-23.05.0-x86-64-generic-ext4-combined.img.gz",
33+
"compression": "gzip"
34+
},
2635
{
2736
"filename": "openwrt-22.03.0-x86-64-generic-ext4-combined.img",
2837
"version": "22.03.0",
@@ -214,6 +223,12 @@
214223
}
215224
],
216225
"versions": [
226+
{
227+
"name": "23.05.0",
228+
"images": {
229+
"hda_disk_image": "openwrt-23.05.0-x86-64-generic-ext4-combined.img"
230+
}
231+
},
217232
{
218233
"name": "22.03.0",
219234
"images": {

0 commit comments

Comments
 (0)