HACK: hikey: Set dhcpcd service parameters explicitely

init doesn't support parameters anymore

Change-Id: Ib71680f92bb974fc6026f043a9bf8a60ea8e35b1
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
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