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-04-30 13:07:28 -0700
commit06399ebfa2fbbb4cc9c1c66ccb3668c6def92a35 (patch)
treea15f2b16b82b29d8b3da11d42b3bdf31ce69e1b3 /init.herring.rc
parent803a9aaf753b6bfe9a4c4745224f377c0c11bbb5 (diff)
downloaddevice_samsung_crespo-06399ebfa2fbbb4cc9c1c66ccb3668c6def92a35.zip
device_samsung_crespo-06399ebfa2fbbb4cc9c1c66ccb3668c6def92a35.tar.gz
device_samsung_crespo-06399ebfa2fbbb4cc9c1c66ccb3668c6def92a35.tar.bz2
Fix dhcp on crespo
Change-Id: I3a4ab0089d3a51156e61d079a334aa00594b7cc7
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc20
1 files changed, 19 insertions, 1 deletions
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