Need to update my firmware but I forget which disk image of x86/64 In installed ( ext4-combined-efi.img.gz etc)
All I see when I look up release info is OpenWrt 23.05.5 r24106-10cc5fcd00'
Is there a way to see which disk image file was installed?
Update: After doing some test try ls /sys/firmware/efi if it shows ls: /sys/firmware/efi: No such file or directory then the image you installed could be combined.img.gz
If shows a list of files, dirs then it's efi.img.gz
As of now I was trying to find image for zotac mini-pc but just couldn't find it anywhere. I've no clue about your setup but seems like you're using generic x86 OpenWrt builds which works on most x86-based generic hardware. Maybe wait for someone else qualified enough to answer your question.
More info: [OpenWrt Wiki] OpenWrt on x86 hardware (PC / VM / server)
Advantage is that ext4 is ext4 so you can write to it and it's not a RO filesystem. Also, if needed, you can pull the SSD out and mount the partitions like any other. Just my opinion.
Also, more flexible for installing packages & direct modifications. Writes directly without managing an overlay unlike in squashfs gives a better write performance. Only downside is ext4 doesn't support failsafe mode & factory reset. Glad this is solved.