env: Fix network support when CONFIG_NET_LWIP is set
authorBenjamin ROBIN <dev@benjarobin.fr>
Sat, 17 May 2025 20:09:30 +0000 (22:09 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 30 May 2025 19:43:24 +0000 (13:43 -0600)
commit6aa9c0f453cf920762e0b90d56d80f7cb36d5e6d
tree54787124ff79ea9d99eb02647ac0cf12cd3f3b25
parent93905ab6e7564089f5d7b703b660464d675e5ab0
env: Fix network support when CONFIG_NET_LWIP is set

When lwIP (CONFIG_NET_LWIP) is used instead of legacy stack (CONFIG_NET),
environment flags support associated with network was not built: restore
support of "i" and "m" environment flags.

Signed-off-by: Benjamin ROBIN <dev@benjarobin.fr>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
env/flags.c
include/env_callback.h
include/env_flags.h