diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-01-16 16:25:54 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-01-16 16:25:54 -0500 |
commit | c41a8105bca5d1e0b793ef85624ddad1d229782d (patch) | |
tree | aaaca02156b76795ba4831c5edbd690c6fec0c6d /projects/ich9gen | |
parent | b278ccc7fe3a82124e50f7aad62cbd5099602a3a (diff) | |
download | librebootfr-c41a8105bca5d1e0b793ef85624ddad1d229782d.tar.gz librebootfr-c41a8105bca5d1e0b793ef85624ddad1d229782d.zip |
Change default Libreboot MAC address
This only affects the GM45-based systems (e.g., X200, T400, etcetera)
and GA-G41M-ES2L board as they require an MAC address hardcoded into
the ROM for their integrated NIC to function.
The new default MAC address is now '00:4c:69:62:72:65' (Libre).
Credit goes to specing from the #libreboot IRC channel for coming up
with it.
Diffstat (limited to 'projects/ich9gen')
-rw-r--r-- | projects/ich9gen/configs/macaddress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ich9gen/configs/macaddress b/projects/ich9gen/configs/macaddress index ed828f94..2ca03841 100644 --- a/projects/ich9gen/configs/macaddress +++ b/projects/ich9gen/configs/macaddress @@ -1 +1 @@ -00:f5:f0:40:71:fe +00:4c:69:62:72:65 |