diff options
author | Irfan Sheriff <isheriff@google.com> | 2012-02-29 19:37:06 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-29 19:37:06 -0800 |
commit | ff4072fbb9d65851233718c9ea6c2bda7f8f1f18 (patch) | |
tree | c1527f40db126e5fbadd37425dbf6793684570b2 | |
parent | 7ae36202e8fe4f6f431c48f85cccd27b87c05523 (diff) | |
parent | 77800b334d8ba8549af71fe6f9b87e4efa7460fe (diff) | |
download | device_samsung_crespo-ff4072fbb9d65851233718c9ea6c2bda7f8f1f18.zip device_samsung_crespo-ff4072fbb9d65851233718c9ea6c2bda7f8f1f18.tar.gz device_samsung_crespo-ff4072fbb9d65851233718c9ea6c2bda7f8f1f18.tar.bz2 |
Merge "Remove route setup from dhcp"
-rwxr-xr-x | init.herring.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.herring.rc b/init.herring.rc index a3b6223..5b3cfad 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -104,7 +104,7 @@ service wpa_supplicant /system/bin/wpa_supplicant -iwlan0 -Dnl80211 -c/data/misc # DHCPCD # wi-fi -service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL +service dhcpcd_wlan0 /system/bin/dhcpcd -aABKL class main disabled oneshot |