From 06399ebfa2fbbb4cc9c1c66ccb3668c6def92a35 Mon Sep 17 00:00:00 2001 From: Irfan Sheriff Date: Wed, 23 Mar 2011 15:22:13 -0700 Subject: Fix dhcp on crespo Change-Id: I3a4ab0089d3a51156e61d079a334aa00594b7cc7 --- init.herring.rc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'init.herring.rc') diff --git a/init.herring.rc b/init.herring.rc index 3105d79..36b49fb 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -80,7 +80,25 @@ service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wi disabled oneshot -service dhcpcd /system/bin/dhcpcd -ABKL +# DHCPCD +# wi-fi +service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL + disabled + oneshot + +# wimax +service dhcpcd_uwbr0 /system/bin/dhcpcd -ABKL + disabled + oneshot + +# IP Renew +# wi-fi +service iprenew_wlan0 /system/bin/dhcpcd -n + disabled + oneshot + +# wimax +service iprenew_uwbr0 /system/bin/dhcpcd -n disabled oneshot -- cgit v1.1