]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tftp] Allow builds without TFTP support
authorMichael Brown <mcb30@ipxe.org>
Tue, 17 Apr 2012 10:50:11 +0000 (11:50 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 17 Apr 2012 10:50:11 +0000 (11:50 +0100)
commit52e5ddce68adfe4afe3fe55ba317a2ba98d27b01
tree3be7f4e6a724898bb6e43ebdb657ce3362ed49ec
parent831b16addefd7e26ed1027deb7f089ad1350d1f2
[tftp] Allow builds without TFTP support

Allow TFTP to be configured out by moving the next-server setting
definition (which is used by autoboot.c) from tftp.c to settings.c.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/settings.c
src/net/udp/tftp.c