summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
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