mirror of https://github.com/OpenIPC/firmware.git
Update default MAC address (#807)
parent
06dba3364c
commit
8a8edbf305
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue