diff options
Diffstat (limited to 'net/ipxe/files/patch-config_general.h')
-rw-r--r-- | net/ipxe/files/patch-config_general.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/ipxe/files/patch-config_general.h b/net/ipxe/files/patch-config_general.h index 84f75bd49d89..46480f70c57c 100644 --- a/net/ipxe/files/patch-config_general.h +++ b/net/ipxe/files/patch-config_general.h @@ -1,4 +1,4 @@ ---- config/general.h.orig 2016-02-12 14:04:51 UTC +--- config/general.h.orig 2016-12-08 09:35:52 UTC +++ config/general.h @@ -35,7 +35,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ @@ -8,8 +8,8 @@ +#define NET_PROTO_IPV6 /* IPv6 protocol */ #undef NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */ #define NET_PROTO_STP /* Spanning Tree protocol */ - -@@ -53,10 +53,10 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + #define NET_PROTO_LACP /* Link Aggregation control protocol */ +@@ -54,10 +54,10 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define DOWNLOAD_PROTO_TFTP /* Trivial File Transfer Protocol */ #define DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ @@ -19,10 +19,10 @@ #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */ -#undef DOWNLOAD_PROTO_NFS /* Network File System Protocol */ +#define DOWNLOAD_PROTO_NFS /* Network File System Protocol */ + //#undef DOWNLOAD_PROTO_FILE /* Local filesystem access */ /* - * SAN boot protocols -@@ -136,7 +136,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); +@@ -141,7 +141,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#define PXE_CMD /* PXE commands */ //#define REBOOT_CMD /* Reboot command */ //#define POWEROFF_CMD /* Power off command */ |