Merge pull request #22 from caquino/caquino/rpi3eth
Enable eth0 if it exists for users using other pi that are not the pi0w
This commit is contained in:
commit
4d44e85124
@ -5,6 +5,9 @@ iface lo inet loopback
|
|||||||
allow-hotplug wlan0
|
allow-hotplug wlan0
|
||||||
iface wlan0 inet static
|
iface wlan0 inet static
|
||||||
|
|
||||||
|
allow-hotplug eth0
|
||||||
|
iface eth0 inet dhcp
|
||||||
|
|
||||||
allow-hotplug usb0
|
allow-hotplug usb0
|
||||||
iface usb0 inet static
|
iface usb0 inet static
|
||||||
address 10.0.0.2
|
address 10.0.0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user