main/postmarketos-initramfs: fix starting unudhcpd when no UDC configured
main/postmarketos-initramfs: fix starting unudhcpd when no UDC configured
Reading the ifname
of a gadget that has not been configured with a UDC
succeeds with the content (unnamed net_device)
instead of failing.
So we need to explicitly check that a UDC was configured before we read
the interface name.
Ref: #2648 (closed)
main/postmarketos-base-ui: fix tethering script when no UDC configured
Reading the ifname
of a gadget that has not been configured with a UDC
succeeds with the content (unnamed net_device)
instead of failing.
So we need to explicitly check that a UDC was configured before we read
the interface name.
Ref: #2648 (closed)