summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Burns <burnsra@gmail.com>2012-12-09 21:48:26 -0500
committerRobert Burns <burnsra@gmail.com>2012-12-09 21:48:26 -0500
commit05f84570cae8f18eba43f851d0b97f5321cc65b3 (patch)
treec8f3200cb194b451169e60404b8d65231fc32b4f
parent59fe88446617f6d6563e0c436c6c6c134d6ad7b8 (diff)
downloaddevice_samsung_crespo-05f84570cae8f18eba43f851d0b97f5321cc65b3.zip
device_samsung_crespo-05f84570cae8f18eba43f851d0b97f5321cc65b3.tar.gz
device_samsung_crespo-05f84570cae8f18eba43f851d0b97f5321cc65b3.tar.bz2
Add CLIENTID request to dhcpcd service
Change-Id: I63068736d4203c332ac828897dba3364bc1e890f
-rwxr-xr-xinit.herring.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 86a49dc..58dbbf1 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -108,13 +108,13 @@ service wpa_supplicant /system/bin/wpa_supplicant -iwlan0 -Dnl80211 -c/data/misc
# DHCPCD
# wi-fi
-service dhcpcd_wlan0 /system/bin/dhcpcd -aABKL
+service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
class main
disabled
oneshot
# wimax
-service dhcpcd_uwbr0 /system/bin/dhcpcd -ABKL
+service dhcpcd_uwbr0 /system/bin/dhcpcd -ABDKL
class main
disabled
oneshot