summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2016-12-05 01:59:54 +0000
committerLinaro Android Code Review <android-review@review.linaro.org>2016-12-05 01:59:54 +0000
commit6674ee07eb4bc4634835b423f33f2b8f3fb5471c (patch)
tree7c031c6c2f3614f902998e6fd550cbbe4afe8cd4
parent97bee452369cf114b45d2634a76a3cc01c2886f2 (diff)
parent704a1ea067b77b046713ab23c10cf60ecda9ecfb (diff)
downloadfvp-armv8-linaro-nougat.tar.gz
Merge "init.fvpbase.rc: remove dhcpcd related services" into linaro-nougatRLCR-16.12linaro-nougat
-rwxr-xr-xinit.fvpbase.rc10
1 files changed, 0 insertions, 10 deletions
diff --git a/init.fvpbase.rc b/init.fvpbase.rc
index 595c6dd..fdde391 100755
--- a/init.fvpbase.rc
+++ b/init.fvpbase.rc
@@ -74,16 +74,6 @@ on boot
# enable test harness
setprop ro.test_harness true
-service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL
- class main
- group dhcp
- oneshot
-
-service iprenew_eth0 /system/bin/dhcpcd -n
- class late_start
- disabled
- oneshot
-
service gatord /system/bin/gatord -c /data/misc/gatord/configuration.xml
class main
user root