[proto] Remove unsupported NMB protocol

The NMB protocol code came from legacy Etherboot and was never updated
to work as a gPXE protocol.  There has been no demand for this protocol,
so this patch removes it.

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Stefan Hajnoczi
2010-01-30 09:57:32 +00:00
committed by Marty Connor
parent 00a780e38f
commit 26f882bf64
5 changed files with 0 additions and 137 deletions

View File

@@ -146,9 +146,6 @@ REQUIRE_OBJECT ( ib_srpboot );
#ifdef DNS_RESOLVER
REQUIRE_OBJECT ( dns );
#endif
#ifdef NMB_RESOLVER
REQUIRE_OBJECT ( nmb );
#endif
/*
* Drag in all requested image formats

View File

@@ -83,7 +83,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
#define DNS_RESOLVER /* DNS resolver */
#undef NMB_RESOLVER /* NMB resolver */
/*
* Image types