commit | 88a77d32bcd356afd4f91a0abe4951e0c937de02 | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Mon Nov 11 18:08:55 2024 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Nov 16 21:35:05 2024 +0100 |
tree | d913c468aca8c4141b0b9823df7a2b615139ce4a | |
parent | 45ea8079249d2378adda3de5aab77f69029c9612 [diff] |
net: Kconfig: add CONFIG_WGET symbol 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 <adrianox@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>