From 927e764ff806e2a132e11b4c85a51636f38f7aea Mon Sep 17 00:00:00 2001
From: Cassiano Aquino <cassianoaquino@me.com>
Date: Sun, 29 Sep 2019 18:00:31 +0100
Subject: [PATCH] if eth0 exists, enable dhcp on it. for pi3 users

---
 sdcard/rootfs/etc/network/interfaces | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sdcard/rootfs/etc/network/interfaces b/sdcard/rootfs/etc/network/interfaces
index 1d8ee6b..2c84f3c 100644
--- a/sdcard/rootfs/etc/network/interfaces
+++ b/sdcard/rootfs/etc/network/interfaces
@@ -5,6 +5,9 @@ iface lo inet loopback
 allow-hotplug wlan0
 iface wlan0 inet static
 
+allow-hotplug eth0
+iface eth0 inet dhcp
+
 allow-hotplug usb0
 iface usb0 inet static
         address 10.0.0.2