Support Ethernet on deb.

Bug: 17626589
Change-Id: I581da1782aaf6008f7014795b0ba970503e6c373
diff --git a/init.deb.rc b/init.deb.rc
index 2573e80..09362f1 100644
--- a/init.deb.rc
+++ b/init.deb.rc
@@ -379,22 +379,32 @@
     disabled
     oneshot
 
+service dhcpcd_eth0 /system/bin/dhcpcd -aABKL
+    class main
+    disabled
+    oneshot
+
 service dhcpcd_p2p /system/bin/dhcpcd -aABKL
     class main
     disabled
     oneshot
 
+service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL
+    class main
+    disabled
+    oneshot
+
 service iprenew_wlan0 /system/bin/dhcpcd -n
     class main
     disabled
     oneshot
 
-service iprenew_p2p /system/bin/dhcpcd -n
+service iprenew_eth0 /system/bin/dhcpcd -n
     class main
     disabled
     oneshot
 
-service dhcpcd_bt-pan /system/bin/dhcpcd -ABKL
+service iprenew_p2p /system/bin/dhcpcd -n
     class main
     disabled
     oneshot