summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-05-18 15:58:08 -0700
committerDmitry Shmidt <dimitrysh@google.com>2016-05-18 15:58:08 -0700
commit4c1238443cce2a0c0a689ab60d09f2df2a0500c7 (patch)
tree7cc58b2487e452f6e5fa653bfd49a748981e8ed1
parent2954cd75672dac753b516ec8027ccdb7d74b7ca1 (diff)
downloadhikey-4c1238443cce2a0c0a689ab60d09f2df2a0500c7.tar.gz
HACK: hikey: Set dhcpcd service parameters explicitely
init doesn't support parameters anymore Change-Id: Ib71680f92bb974fc6026f043a9bf8a60ea8e35b1 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r--init.hikey.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/init.hikey.rc b/init.hikey.rc
index b7b08a4d..f8702120 100644
--- a/init.hikey.rc
+++ b/init.hikey.rc
@@ -98,27 +98,27 @@ service wpa_supplicant /system/bin/wpa_supplicant \
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