diff options
author | Stefan Hajnoczi <stefanha@gmail.com> | 2010-01-30 09:57:32 +0000 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2010-01-31 19:24:12 -0500 |
commit | 26f882bf64518155256ca19334db3999a725ccac (patch) | |
tree | 2d31aa9b30312191f0063bccc40043099b5f3184 /src/config/general.h | |
parent | 00a780e38fd5878d3e1f6f19830b2a0abf3cdf95 (diff) | |
download | ipxe-26f882bf64518155256ca19334db3999a725ccac.tar.gz |
[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/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/general.h b/src/config/general.h index 3501846a..0a9e6252 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 |