[U-Boot] dhcp command not populating dnsip environment variable
dh at synoia.com
dh at synoia.com
Fri Mar 23 18:12:57 UTC 2018
On Mon, 19 Mar 2018 21:24:50 +0000 (UTC)
Duncan Hare <dh at synoia.com> wrote:
Joe
My approach with the bootp options was a submenu in the net/Kconfig
file. coupled with imply directives as suggested in
defaults_distro_config.
However:
The "if NET" directive in net/kconfig precludes menu...endmenu
directives between the if...endif.
The menu directive precludes if...endif directives in a menu.
A submenu for bootp/dhcp options appears not possible.
The NET directive is selected by the CMD_NET directive in
cmd/Kconfig.
One can create a menuu/submenu by removeing the if NET...end
directive, but that appears to defeat the objective of excluding the
net component.
Suggestions? Guidance?
More information about the U-Boot
mailing list