]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NET
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 16 Oct 2024 09:50:39 +0000 (11:50 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 14:17:28 +0000 (16:17 +0200)
commit82c98b9464d1c4473f9c695a0bbe1579c2de9682
tree1ce2b344fbc87e24a3a8a67897dac68465b36eba
parent8ac96c25e4a0df85f5069100ce1697d431bd0e12
cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NET

do_wget is defined in cmd/net.c.
cmd/net.c is not compiled if CONFIG_CMD_NET=n.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/Kconfig