[Buildroot] [PATCH] package/openresolv: bump to version 3.9.2

Einar Jón tolvupostur at gmail.com
Fri Nov 1 11:20:13 UTC 2019


Hi

On Fri, 1 Nov 2019 at 10:18, Peter Korsgaard <peter at korsgaard.com> wrote:

> >>>>> "Einar" == Einar Jón <tolvupostur at gmail.com> writes:
>
> Hi,
>
>  >> What does this mean exactly? I take it you refer to the '# ethX' we add
>  >> to /etc/resolv.conf so we can remove the lines once the interface is
>  >> again down.
>
>  > Exactly those, and similar lines (if any) in head/tail files.
>
> Ok, does the logic in /usr/share/udhcpc/default.script to remove name
> servers again when an interface is brought down then still work?
>

Openresolv removes the comments from /etc/resolv.conf which breaks the
logic in /usr/share/udhcpc/default.script. But openresolv takes care of
that
if you add this section to a /usr/share/udhcpc/default.script.d/whatever
  deconfig)
     [ "$METHOD" = dhcp ] && /sbin/resolvconf -f -d "$interface"
     /sbin/resolvconf -f -d "$interface.$ADDRFAM"

Best regards
Einar Jón
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20191101/9e1a9d80/attachment.html>


More information about the buildroot mailing list