diff options
| author | Stefan Hajnoczi | 2010-01-30 10:57:32 +0100 |
|---|---|---|
| committer | Marty Connor | 2010-02-01 01:24:12 +0100 |
| commit | 26f882bf64518155256ca19334db3999a725ccac (patch) | |
| tree | 2d31aa9b30312191f0063bccc40043099b5f3184 /src/config | |
| parent | [proto] Remove unsupported IGMP protocol (diff) | |
| download | ipxe-26f882bf64518155256ca19334db3999a725ccac.tar.gz ipxe-26f882bf64518155256ca19334db3999a725ccac.tar.xz ipxe-26f882bf64518155256ca19334db3999a725ccac.zip | |
[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>
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/config.c | 3 | ||||
| -rw-r--r-- | src/config/general.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/config/config.c b/src/config/config.c index dd3b09a84..a6e76220d 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -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 diff --git a/src/config/general.h b/src/config/general.h index 3501846aa..0a9e6252a 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -83,7 +83,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #define DNS_RESOLVER /* DNS resolver */ -#undef NMB_RESOLVER /* NMB resolver */ /* * Image types |
