]> git.baikalelectronics.ru Git - uboot.git/commit
net: Move the DHCP command below the BOOTP command
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 13 Apr 2018 20:26:33 +0000 (15:26 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 13 Apr 2018 20:48:09 +0000 (15:48 -0500)
commitb9b71e5a3e5ca8e894971a77ff326d4eaf09cb6a
tree8542a52556f54e7ea4843fcb8953567fe28bef65
parent2fc24acddcb6efca65fe71d61a338a8197378447
net: Move the DHCP command below the BOOTP command

Move DHCP to directly follow BOOTP so that Kconfig can show the
dependency as a hierarchy.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Duncan Hare <dh@synoia.com>
cmd/Kconfig