Update default MAC address (#807)

This commit is contained in:
Paul Philippov
2023-05-19 12:24:20 -04:00
committed by GitHub
parent 06dba3364c
commit 8a8edbf305

View File

@@ -3,7 +3,7 @@ iface lo inet loopback
auto eth0
iface eth0 inet static
hwaddress ether $(fw_printenv -n ethaddr || echo 00:24:B8:FF:FF:FF)
hwaddress ether $(fw_printenv -n ethaddr || echo 00:00:23:34:45:66)
address 192.168.2.10
netmask 255.255.255.0