HACK: hikey: Set dhcpcd service parameters explicitely
am: 4c1238443c

* commit '4c1238443cce2a0c0a689ab60d09f2df2a0500c7':
  HACK: hikey: Set dhcpcd service parameters explicitely

Change-Id: I5ecdcc176bed1a9900d3194194bf50e5c3c0711e
diff --git a/init.hikey.rc b/init.hikey.rc
index b7b08a4..f870212 100644
--- a/init.hikey.rc
+++ b/init.hikey.rc
@@ -98,27 +98,27 @@
      disabled
      oneshot
 
-service dhcpcd_wlan0 /system/bin/dhcpcd -dABKL
+service dhcpcd_wlan0 /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf wlan0
      group dhcp
      disabled
      oneshot
 
-service dhcpcd_eth0 /system/bin/dhcpcd -dABKL
+service dhcpcd_eth0 /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf eth0
      group dhcp
      disabled
      oneshot
 
-service dhcpcd_usb0 /system/bin/dhcpcd -dABKL
+service dhcpcd_usb0 /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf usb0
      group dhcp
      disabled
      oneshot
 
-service iprenew_usb0 /system/bin/dhcpcd -n
+service iprenew_usb0 /system/bin/dhcpcd -n usb0
     class main
     disabled
     oneshot
 
-service dhcpcd_bt-pan /system/bin/dhcpcd -dABKL
+service dhcpcd_bt-pan /system/bin/dhcpcd -dABKL -f /system/etc/dhcpcd/dhcpcd.conf bt-pan0
      group dhcp
      disabled
      oneshot