mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +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:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright 2007 Andrea Merello <andreamrl@tiscali.it>
|
||||
*
|
||||
* Modified slightly for gPXE, June 2009 by Joshua Oreman.
|
||||
* Modified slightly for iPXE, June 2009 by Joshua Oreman.
|
||||
*
|
||||
* Code from the BSD driver and the rtl8181 project have been
|
||||
* very useful to understand certain things
|
||||
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <gpxe/pci.h>
|
||||
#include <gpxe/net80211.h>
|
||||
#include <ipxe/pci.h>
|
||||
#include <ipxe/net80211.h>
|
||||
|
||||
#include "rtl818x.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user