summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2016-02-25 13:53:26 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-02-25 13:53:27 +0000
commita993f9baa350b46f913288f49f6758679f0bff17 (patch)
tree6cea99dae8a1921604c33e50ab23c710e475a1f1
parent4ce0fd20e2795bde3ca61002b5417f1097e13e29 (diff)
parent5abb930632c3db381b0502ba293a147adbe3945d (diff)
downloaddevice_google_atv-a993f9baa350b46f913288f49f6758679f0bff17.tar.gz
device_google_atv-a993f9baa350b46f913288f49f6758679f0bff17.tar.bz2
device_google_atv-a993f9baa350b46f913288f49f6758679f0bff17.zip
Merge "Delete dhcpcd init entries, since dhcpcd is no more." into nyc-dev
-rw-r--r--init.goldfish.rc6
-rw-r--r--init.ranchu.rc6
2 files changed, 0 insertions, 12 deletions
diff --git a/init.goldfish.rc b/init.goldfish.rc
index 0d801c1..9f06dfa 100644
--- a/init.goldfish.rc
+++ b/init.goldfish.rc
@@ -33,12 +33,6 @@ on boot
setprop ro.setupwizard.mode EMULATOR
-# enable dhcpcd on eth0 interface
-service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
- class main
- disabled
- oneshot
-
# enable Google-specific location features,
# like NetworkLocationProvider and LocationCollector
setprop ro.com.google.locationfeatures 1
diff --git a/init.ranchu.rc b/init.ranchu.rc
index b49c561..553a053 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -35,12 +35,6 @@ on boot
start goldfish-logcat
start goldfish-setup
-# enable dhcpcd on eth0 interface
-service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
- class main
- disabled
- oneshot
-
# enable Google-specific location features,
# like NetworkLocationProvider and LocationCollector
setprop ro.com.google.locationfeatures 1