summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorTK MUN <tk.mun@samsung.com>2011-03-04 22:25:17 +0900
committerSimon Wilson <simonwilson@google.com>2011-03-09 19:28:20 -0800
commit1d21bdf837a2b481bbb0641e5f18a8ed4773a086 (patch)
tree1ecac3d00b06d25a83ca2ed09c73de92e9ff8bd5 /init.herring.rc
parent95f81aa82a4c4b0cc6885867560bcb1c04f5d621 (diff)
downloaddevice_samsung_crespo-1d21bdf837a2b481bbb0641e5f18a8ed4773a086.tar.gz
device_samsung_crespo-1d21bdf837a2b481bbb0641e5f18a8ed4773a086.tar.bz2
device_samsung_crespo-1d21bdf837a2b481bbb0641e5f18a8ed4773a086.zip
wimax : DHCP service registration and change wimax driver attribute
- DHCP service registration for each interface. - Change wimax driver attribute. Change-Id: I3c56051155228b5aec01de05c2b42c3450c000f4 Signed-off-by: TK MUN <tk.mun@samsung.com>
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