summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc24
1 files changed, 23 insertions, 1 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 32c3886..df7f1c7 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -80,7 +80,25 @@ service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wif
disabled
oneshot
-service dhcpcd /system/bin/dhcpcd -ABKL
+# DHCPCD
+# wi-fi
+service dhcpcd_eth0 /system/bin/dhcpcd -ABKL
+ disabled
+ oneshot
+
+# wimax
+service dhcpcd_uwbr0 /system/bin/dhcpcd -ABKL
+ disabled
+ oneshot
+
+# IP Renew
+# wi-fi
+service dhcpcd_renew_eth0 /system/bin/dhcpcd -n
+ disabled
+ oneshot
+
+# wimax
+service dhcpcd_renew_uwbr0 /system/bin/dhcpcd -n
disabled
oneshot
@@ -96,3 +114,7 @@ service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport
disabled
oneshot
keycodes 114 115 116
+
+service wimax_route /system/bin/route add default dev uwbr0
+ disabled
+ oneshot