diff options
author | TK MUN <tk.mun@samsung.com> | 2011-03-04 22:25:17 +0900 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2011-03-09 19:28:20 -0800 |
commit | 1d21bdf837a2b481bbb0641e5f18a8ed4773a086 (patch) | |
tree | 1ecac3d00b06d25a83ca2ed09c73de92e9ff8bd5 /init.herring.rc | |
parent | 95f81aa82a4c4b0cc6885867560bcb1c04f5d621 (diff) | |
download | device_samsung_crespo-1d21bdf837a2b481bbb0641e5f18a8ed4773a086.zip device_samsung_crespo-1d21bdf837a2b481bbb0641e5f18a8ed4773a086.tar.gz device_samsung_crespo-1d21bdf837a2b481bbb0641e5f18a8ed4773a086.tar.bz2 |
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-x | init.herring.rc | 24 |
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 |