[U-Boot] Fw: dhcp command not populating dnsip environment variable
Duncan Hare
dh at synoia.com
Mon Mar 19 22:03:22 UTC 2018
Begin forwarded message:
Date: Mon, 19 Mar 2018 14:57:59 -0700
From: Duncan Hare <dh at synoia.com>
To: Duncan Hare <dh at synoia.com>
Subject: Re: [U-Boot] dhcp command not populating dnsip environment
variable
> >On Sun, Mar 18, 2018 at 3:01 PM, Duncan Hare <dh at synoia.com> wrote:
> > Cause: u-boot/Kconfig DISTRO_DEFAULTS missing variables in Kconfig
> > files
> >
> > BOOTP_BOOTPATH
> > BOOTP_DNS
> > BOOTP_GATEWAY
> > BOOTP_HOSTNAME
> > BOOTP_SUBNETMASK
> > BOOTP_PXE
> It seems like we should imply them. That means we always get good
> defaults but can still disable them if desired.
All of the above defined in net/KConfig?
net/Kconfig adds
config BOOTP_BOOTPATH
config BOOTP_DNS
config BOOTP_GATEWAY
config BOOTP_HOSTNAME
config BOOTP_SUBNETMASK
config BOOTP_PXE
and in the distro_defaults change the select verb to imply? Or
imply them all under the cmd/net.c BOOTP command?
More information about the U-Boot
mailing list