Skip to content

Commit

Permalink
[proto] Remove unsupported NMB protocol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stefanha authored and Marty Connor committed Feb 1, 2010
1 parent 00a780e commit 26f882b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 137 deletions.
1 change: 0 additions & 1 deletion src/Makefile
Expand Up @@ -54,7 +54,6 @@ BFD_DIR := $(BINUTILS_DIR)
SRCDIRS :=
SRCDIRS += libgcc
SRCDIRS += core
SRCDIRS += proto
SRCDIRS += net net/tcp net/udp net/infiniband net/80211
SRCDIRS += image
SRCDIRS += drivers/bus
Expand Down
3 changes: 0 additions & 3 deletions src/config/config.c
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/config/general.h
Expand Up @@ -83,7 +83,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/

#define DNS_RESOLVER /* DNS resolver */
#undef NMB_RESOLVER /* NMB resolver */

/*
* Image types
Expand Down
22 changes: 0 additions & 22 deletions src/include/nmb.h

This file was deleted.

110 changes: 0 additions & 110 deletions src/proto/nmb.c

This file was deleted.

0 comments on commit 26f882b

Please sign in to comment.