summaryrefslogtreecommitdiffstats
path: root/init.herring.rc
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2011-03-28 15:39:02 -0700
committerMatthew Xie <mattx@google.com>2011-03-28 15:39:02 -0700
commite736cdde96cbd0df8b7ec17cf73f3d3c30defd9d (patch)
treece6fd2bdde7c88d45245b8b7010a8f8b85029749 /init.herring.rc
parenteafe37a68586064e72ba70301824d47d04a64eae (diff)
downloaddevice_samsung_crespo-e736cdde96cbd0df8b7ec17cf73f3d3c30defd9d.zip
device_samsung_crespo-e736cdde96cbd0df8b7ec17cf73f3d3c30defd9d.tar.gz
device_samsung_crespo-e736cdde96cbd0df8b7ec17cf73f3d3c30defd9d.tar.bz2
Fix dhcp interface for crespo
For each service that needs DHCP on a particular interface, we now need to add it to all the device init files. Bug 4163993 Change-Id: Id908ea0021af054d38daf0f993a251ce03227723
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-xinit.herring.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.herring.rc b/init.herring.rc
index 2049259..6718997 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -96,6 +96,11 @@ service dhcpcd_uwbr0 /system/bin/dhcpcd -ABKL
disabled
oneshot
+# bluetooth
+service dhcpcd_bnep0 /system/bin/dhcpcd -ABKL
+ disabled
+ oneshot
+
# IP Renew
# wi-fi
service iprenew_wlan0 /system/bin/dhcpcd -n
@@ -107,6 +112,11 @@ service iprenew_uwbr0 /system/bin/dhcpcd -n
disabled
oneshot
+# bluetooth
+service iprenew_bnep0 /system/bin/dhcpcd -n
+ disabled
+ oneshot
+
service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \
--baudrate 3000000 --patchram /vendor/firmware/bcm4329.hcd /dev/s3c2410_serial0
user bluetooth