diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/etherboot/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/etherboot/files/patch-aa b/net/etherboot/files/patch-aa index 1827b9c96e6b..86796f4692b0 100644 --- a/net/etherboot/files/patch-aa +++ b/net/etherboot/files/patch-aa @@ -1,11 +1,11 @@ ---- Config.orig Sat Apr 21 14:57:58 2001 -+++ Config Mon May 7 10:02:23 2001 +--- Config.orig Wed May 23 11:50:37 2001 ++++ Config Wed May 23 11:53:08 2001 @@ -223,7 +223,7 @@ - # CFLAGS32+= -DAOUT_IMAGE -DIMAGE_MULTIBOOT -DIMAGE_FREEBSD + # CFLAGS32+= -DAOUT_IMAGE -DIMAGE_MULTIBOOT -DIMAGE_FREEBSD # Change download protocol to NFS, default is TFTP --# CFLAGS32+= -DDOWNLOAD_PROTO_NFS -+CFLAGS32+= -DDOWNLOAD_PROTO_NFS +-# CFLAGS32+= -DDOWNLOAD_PROTO_NFS ++CFLAGS32+= -DDOWNLOAD_PROTO_NFS # These flags affect the loader that is prepended to the Etherboot image - LCONFIG+= -DMOVEROM + LCONFIG+= -DMOVEROM |