mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +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:
@@ -19,7 +19,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER );
|
||||
|
||||
#include <errno.h>
|
||||
#include <gpxe/errortab.h>
|
||||
#include <ipxe/errortab.h>
|
||||
|
||||
/* Record errors as though they come from the 802.11 stack */
|
||||
#undef ERRFILE
|
||||
@@ -32,7 +32,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
* strerror.
|
||||
*/
|
||||
struct errortab wireless_errors[] __errortab = {
|
||||
/* gPXE 802.11 stack errors */
|
||||
/* iPXE 802.11 stack errors */
|
||||
{ EINVAL | EUNIQ_01, "Packet too short" },
|
||||
{ EINVAL | EUNIQ_02, "Packet 802.11 version not supported" },
|
||||
{ EINVAL | EUNIQ_03, "Packet not a data packet" },
|
||||
|
||||
Reference in New Issue
Block a user