Re: [U-Boot] dhcp command not populating dnsip environment variable

23 Mar
2018
23 Mar
'18
7:12 p.m.
On Mon, 19 Mar 2018 21:24:50 +0000 (UTC) Duncan Hare dh@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?
2603
Age (days ago)
2603
Last active (days ago)
0 comments
1 participants
participants (1)
-
dh@synoia.com