]> Git Repo - u-boot.git/commit
net: Make CMD_NET a menuconfig
authorJoe Hershberger <[email protected]>
Fri, 13 Apr 2018 20:26:30 +0000 (15:26 -0500)
committerJoe Hershberger <[email protected]>
Fri, 13 Apr 2018 20:47:57 +0000 (15:47 -0500)
commitd7a45eafda633edf14a8fe6fe430174889de0c4e
tree1bba5e8ae0695ff04d93ce0725d5dda56d19404c
parentb107fd5bab5d80b08f175990e902ac934719a8e2
net: Make CMD_NET a menuconfig

Previously, CMD_NET was an alias for 2 commands (bootp and tftpboot) and
they we not able to be disabled. Separate out those 2 commands and move
CMD_NET up to the menu level, which more accurately represents the code.

Signed-off-by: Joe Hershberger <[email protected]>
Reviewed-by: Chris Packham <[email protected]>
Reviewed-by: Duncan Hare <[email protected]>
cmd/Kconfig
cmd/net.c
net/Kconfig
net/Makefile
This page took 0.031758 seconds and 4 git commands to generate.