All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Fw: dhcp command not populating dnsip environment variable
@ 2018-03-19 22:03 Duncan Hare
  0 siblings, 0 replies; only message in thread
From: Duncan Hare @ 2018-03-19 22:03 UTC (permalink / raw)
  To: u-boot



Begin forwarded message:

Date: Mon, 19 Mar 2018 14:57:59 -0700
From: Duncan Hare <dh@synoia.com>
To: Duncan Hare <dh@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@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?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-19 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 22:03 [U-Boot] Fw: dhcp command not populating dnsip environment variable Duncan Hare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.