Re: [PATCH] net: make initr_net() invocation command line agnostic

2025-04-15 Thread Ilias Apalodimas
On Mon, 14 Apr 2025 at 16:55, Heinrich Schuchardt wrote: > > initr_net() initalizes the network devices by calling eth_initalize(). > There is no good reason to disable this if no command line interface is > present. > > Let initr_net() depend on CONFIG_NET || CONFIG_NET_LWIP. > > Signed-off-by: H

[PATCH] net: make initr_net() invocation command line agnostic

2025-04-14 Thread Heinrich Schuchardt
initr_net() initalizes the network devices by calling eth_initalize(). There is no good reason to disable this if no command line interface is present. Let initr_net() depend on CONFIG_NET || CONFIG_NET_LWIP. Signed-off-by: Heinrich Schuchardt --- common/board_r.c | 4 ++-- 1 file changed, 2 in