This is like heavy duty deja-vu feeling on this tread🤣
I though the biggest subject on google was your openwrt proxy server a couple of hours ago?
And did you actually read this forum link you have linked to that I said in your last forum tread users need to do when being feed information from google?
root@ipxe:/# git clone https://github.com/hubutui/p7zip-lede.git package/p7zip
e menucon/bin/ash: fgit: not found
igroot@ipxe:/# make menuconfig
/bin/ash: make: not found
It depends on a whole lotta stuff
But is this still still accurate ? Maybe there are better answer posts from 2023 that are burried on the 2nd page of google.
I would have asked in the other thread, but it is closed. I'm sure those guys are up to the latest in openwrt-7zip news.
Maybe I'm just the first person that ever has had to unpack an iso on openwrt and this is the first time this came up.
But as far as search results, what is above is "it"
Nothing has really changed since the last answer from 2020, OpenWrt is still only an embedded router firmware. Not a full linux distro like Ubuntu etc.
You need to run the github repository you linked to when building your openwrt image from source code, then the make menuconfig does exist.
Build from sourcecode is probably the easiest solution for you, then you don’t need to open iso images and repackage them, what the purpose with that is to begin with?
This is an openwrt working as a dhcp proxy serving netboot images
It serves ipxe, then when ipxe boots on the client, it will server a bootable iso, but need to insert a text file into that iso based on which client it is.
Basically that will be a openwrt based all purpose netboot appliance
I choose openwrt because of how light it is, it will fit in one of my lowest powered proxmox server (antique chromebox from 2012) and still leave room for a few other things.
It can be that it maybe would be easier to i use a real linux distro with original Dnsmasq for this instead of OpenWrt Dnsmasq because OpenWrt has a lot of patches between OpenWrt and Dnsmasq that can complex setups pita.