hikey: Enable USB tethering support am: d2f8a83
am: c1493f9

* commit 'c1493f92e1b4eb63381c0da15136a0c1e9b5052e':
  hikey: Enable USB tethering support

Change-Id: I40b19859cf42635440234617a4e1f7513a15dd75
diff --git a/init.hikey.rc b/init.hikey.rc
index a69ec8c..320702f 100644
--- a/init.hikey.rc
+++ b/init.hikey.rc
@@ -107,6 +107,16 @@
      disabled
      oneshot
 
+service dhcpcd_usb0 /system/bin/dhcpcd -dABKL
+     group dhcp
+     disabled
+     oneshot
+
+service iprenew_usb0 /system/bin/dhcpcd -n
+    class main
+    disabled
+    oneshot
+
 service dhcpcd_bt-pan /system/bin/dhcpcd -dABKL
      group dhcp
      disabled