Openwrt not working on truenas Incus container

After successfully booting openwrt24.10.2 on truenas 25.10, I uninstalled dnsmasq and installed dnsmasq-full, but that’s where the problem comes in, it reports an error and no network connection.

daemon.crit dnsmasq[1]: failed to seed the random number generator: No such file or directory
daemon.crit dnsmasq[1]: FAILED to start up
daemon.info procd: Instance dnsmasq::cfg01411c s in a crash loop 6 crashes, 0 seconds since last crash

I checked dnsmasq: unable to access /dev/urandom in lxc · Issue #14092 · openwrt/openwrt · GitHub and dnsmasq: allow using /dev/urandom by vgaetera · Pull Request #14091 · openwrt/openwrt · GitHub
and i tried to hook up the volume to the external storage but was unable to open the UI. any advice and help would be appreciated.

Hello there?

For a just created openwrt instance, here are cmds for install dnsmasq-full:

opkg update
opkg remove dnsmasq
mv /etc/config/dhcp /etc/config/dhcp-old
opkg install dnsmasq-full