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:
evilsocket 2019-09-29 21:15:05 +02:00 committed by GitHub
commit 4d44e85124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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