Re: [PATCH v2 1/7] net: Kconfig: add CONFIG_WGET symbol

2024-11-16 Thread Heinrich Schuchardt
On 11/11/24 22:08, Adriano Cordova wrote: Let net/wget.c and net/lwip/wget.c depend on CONFIG_WGET, and cmd/wget.c depend on CONFIG_CMD_WGET. This way, the wget code can be used regardless of whether the wget command is available. Signed-off-by: Adriano Cordova Reviewed-by: Heinrich Schuchard

[PATCH v2 1/7] net: Kconfig: add CONFIG_WGET symbol

2024-11-11 Thread Adriano Cordova
Let net/wget.c and net/lwip/wget.c depend on CONFIG_WGET, and cmd/wget.c depend on CONFIG_CMD_WGET. This way, the wget code can be used regardless of whether the wget command is available. Signed-off-by: Adriano Cordova --- (no changes since v1) cmd/Kconfig | 5 + net/Kconfig |