commit | 57c20a4261078cca03e31f22516d02c6e50eb876 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Apr 14 15:55:06 2025 +0200 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Wed Apr 23 10:02:49 2025 +0200 |
tree | 827d14afa0f42fd927ffd320753e595dcdf52b99 | |
parent | de4defe5f2a2ca5d55af30ce0deb78a7f2e452cb [diff] |
net: make initr_net() invocation command line agnostic 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 <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>