summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorTK MUN <tk.mun@samsung.com>2011-03-09 21:29:55 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-03-09 21:29:55 -0800
commit6d1dc5ccb5977f7c34e2ddba67f42065b57cbbd8 (patch)
tree9d2693ad46e378d78c73c1858fb7653fe06d7c47 /init.herring.rc
parentf30979c16320c0d36f0442cb747aad7247d21359 (diff)
parent01f70bec15fcafc34b6353269d3daca067bf0698 (diff)
downloaddevice_samsung_crespo-6d1dc5ccb5977f7c34e2ddba67f42065b57cbbd8.tar.gz
device_samsung_crespo-6d1dc5ccb5977f7c34e2ddba67f42065b57cbbd8.tar.bz2
device_samsung_crespo-6d1dc5ccb5977f7c34e2ddba67f42065b57cbbd8.zip
am 01f70bec: am 1d21bdf8: wimax : DHCP service registration and change wimax driver attribute
* commit '01f70bec15fcafc34b6353269d3daca067bf0698': wimax : DHCP service registration and change wimax driver attribute
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 9a2e222..e260e0a 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_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