diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2009-03-11 19:46:35 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-03-11 19:46:35 -0700 |
commit | d16e5e8e8ea526326ed6f8880464399624bfe171 (patch) | |
tree | 9d1eb354f74532c219d31607e28840c4ebde3103 /gpxe/src/drivers/net/mlx_ipoib/patches/dhcpd.patch | |
parent | 43224f02c231ed97a15d8300eaaf69ad8118d222 (diff) | |
download | syslinux-elf-syslinux-3.74-pre3.tar.gz syslinux-elf-syslinux-3.74-pre3.tar.xz syslinux-elf-syslinux-3.74-pre3.zip |
Update gPXE to version 0.9.7syslinux-3.74-pre3
Diffstat (limited to 'gpxe/src/drivers/net/mlx_ipoib/patches/dhcpd.patch')
-rw-r--r-- | gpxe/src/drivers/net/mlx_ipoib/patches/dhcpd.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gpxe/src/drivers/net/mlx_ipoib/patches/dhcpd.patch b/gpxe/src/drivers/net/mlx_ipoib/patches/dhcpd.patch deleted file mode 100644 index e2d0a202..00000000 --- a/gpxe/src/drivers/net/mlx_ipoib/patches/dhcpd.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ru ../../orig/dhcp-3.0.4b2/common/options.c ./common/options.c ---- ../../orig/dhcp-3.0.4b2/common/options.c 2005-11-02 01:19:03.000000000 +0200 -+++ ./common/options.c 2005-12-06 14:38:17.000000000 +0200 -@@ -537,6 +537,7 @@ - priority_list [priority_len++] = DHO_DHCP_LEASE_TIME; - priority_list [priority_len++] = DHO_DHCP_MESSAGE; - priority_list [priority_len++] = DHO_DHCP_REQUESTED_ADDRESS; -+ priority_list [priority_len++] = DHO_DHCP_CLIENT_IDENTIFIER; - priority_list [priority_len++] = DHO_FQDN; - - if (prl && prl -> len > 0) { -diff -ru ../../orig/dhcp-3.0.4b2/includes/site.h ./includes/site.h ---- ../../orig/dhcp-3.0.4b2/includes/site.h 2002-03-12 20:33:39.000000000 +0200 -+++ ./includes/site.h 2005-12-06 14:36:55.000000000 +0200 -@@ -135,7 +135,7 @@ - the aforementioned problems do not matter to you, or if no other - API is supported for your system, you may want to go with it. */ - --/* #define USE_SOCKETS */ -+#define USE_SOCKETS - - /* Define this to use the Sun Streams NIT API. - |