mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
[build] Rename gPXE to iPXE
Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -49,9 +49,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include "etherboot.h"
|
||||
/* to get the interface to the body of the program */
|
||||
#include "nic.h"
|
||||
#include <gpxe/isapnp.h>
|
||||
#include <gpxe/isa.h> /* for ISA_ROM */
|
||||
#include <gpxe/ethernet.h>
|
||||
#include <ipxe/isapnp.h>
|
||||
#include <ipxe/isa.h> /* for ISA_ROM */
|
||||
#include <ipxe/ethernet.h>
|
||||
|
||||
static void t3c515_wait(unsigned int nticks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user