summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-03-23 15:22:13 -0700
committerIrfan Sheriff <isheriff@google.com>2011-03-23 15:22:13 -0700
commiteafe37a68586064e72ba70301824d47d04a64eae (patch)
tree9b5198cec8b06ca81292d6edbf95371ea9853160 /init.herring.rc
parent29151b5952def55b06d7b50caed41e1e8cf56700 (diff)
downloaddevice_samsung_crespo-eafe37a68586064e72ba70301824d47d04a64eae.zip
device_samsung_crespo-eafe37a68586064e72ba70301824d47d04a64eae.tar.gz
device_samsung_crespo-eafe37a68586064e72ba70301824d47d04a64eae.tar.bz2
Fix dhcp on crespo
Change-Id: I2c8402877d8db8d2aab4632212ef95bacc00a80a
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 777a2c5..2049259 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -87,7 +87,7 @@ service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wi
# DHCPCD
# wi-fi
-service dhcpcd /system/bin/dhcpcd -ABKL
+service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL
disabled
oneshot
@@ -98,7 +98,7 @@ service dhcpcd_uwbr0 /system/bin/dhcpcd -ABKL
# IP Renew
# wi-fi
-service iprenew_eth0 /system/bin/dhcpcd -n
+service iprenew_wlan0 /system/bin/dhcpcd -n
disabled
oneshot