|
@@ -194,22 +194,6 @@
|
194
|
194
|
# Support for sending multicast packets
|
195
|
195
|
# -DMULTICAST_LEVEL2
|
196
|
196
|
# Support for receiving multicast packets
|
197
|
|
-# -DDNS_RESOLVER
|
198
|
|
-# Support for resolving hostnames in bootfile name (experimental)
|
199
|
|
-# -DDOWNLOAD_PROTO_TFTP
|
200
|
|
-# If defined, includes TFTP support (recommended).
|
201
|
|
-# -DDOWNLOAD_PROTO_NFS
|
202
|
|
-# If defined, includes NFS support.
|
203
|
|
-# -DDEFAULT_PROTO_NFS
|
204
|
|
-# If defined, makes NFS the default protocol instead
|
205
|
|
-# of TFTP. Requires DOWNLOAD_PROTO_NFS.
|
206
|
|
-# -DDOWNLOAD_PROTO_SLAM
|
207
|
|
-# If defined, includes Scalable Local Area Multicast
|
208
|
|
-# support.
|
209
|
|
-# -DDOWNLOAD_PROTO_TFTM
|
210
|
|
-# If defined, includes TFTP Multicast mode support.
|
211
|
|
-# -DDOWNLOAD_PROTO_HTTP
|
212
|
|
-# If defined, includes HTTP support.
|
213
|
197
|
#
|
214
|
198
|
# Interface export options:
|
215
|
199
|
#
|
|
@@ -348,19 +332,8 @@ CFLAGS+= -DTAGGED_IMAGE -DELF_IMAGE
|
348
|
332
|
# CFLAGS+= -DCOFF_IMAGE
|
349
|
333
|
# CFLAGS+= -DRAW_IMAGE
|
350
|
334
|
|
351
|
|
-# Download files via TFTP
|
352
|
|
-CFLAGS+= -DDOWNLOAD_PROTO_TFTP
|
353
|
|
-# Change download protocol to NFS, default is TFTP
|
354
|
|
-# CFLAGS+= -DDOWNLOAD_PROTO_NFS
|
355
|
|
-# Change download protocol to HTTP, default is TFTP
|
356
|
|
-# CFLAGS+= -DDOWNLOAD_PROTO_HTTP
|
357
|
|
-# Change default protocol to NFS
|
358
|
|
-# CFLAGS+= -DDEFAULT_PROTO_NFS
|
359
|
|
-# Support to resolve hostnames in boot filename
|
360
|
|
-# CFLAGS+= -DDNS_RESOLVER
|
361
|
|
-
|
362
|
335
|
# Multicast Support
|
363
|
|
-# CFLAGS+= -DALLMULTI -DMULTICAST_LEVEL1 -DMULTICAST_LEVEL2 -DDOWNLOAD_PROTO_TFTM
|
|
336
|
+# CFLAGS+= -DALLMULTI -DMULTICAST_LEVEL1 -DMULTICAST_LEVEL2
|
364
|
337
|
|
365
|
338
|
# Etherboot as a PXE network protocol ROM
|
366
|
339
|
CFLAGS+= -DPXE_IMAGE -DPXE_EXPORT
|