aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@hackbox.linaro.org>2014-11-21 10:24:59 +0000
committerVishal Bhoj <vishal.bhoj@hackbox.linaro.org>2014-11-21 10:24:59 +0000
commit6c90b552e76f53c706d8b501e458904817c6eaa0 (patch)
treee03a235f25e54b9124dde8b78b4e345e0b7aae7e
parent52292cfd591294251b40c47e191f673c620b4dac (diff)
downloadvexpress-6c90b552e76f53c706d8b501e458904817c6eaa0.tar.gz
Fix ethernet
Change-Id: I1ac9ed122528c846197f090b0aa587a2c6c28f99 Signed-off-by: Vishal Bhoj <vishal.bhoj@hackbox.linaro.org>
-rwxr-xr-xinit.arm-versatileexpress.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.arm-versatileexpress.rc b/init.arm-versatileexpress.rc
index 1f077df..1f2058c 100755
--- a/init.arm-versatileexpress.rc
+++ b/init.arm-versatileexpress.rc
@@ -59,12 +59,12 @@ service faketsd /system/bin/faketsd
group bluetooth
oneshot
-service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL
+service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL eth0
class main
disabled
oneshot
-service iprenew_eth0 /system/bin/dhcpcd -n
+service iprenew_eth0 /system/bin/dhcpcd -n eth0
class late_start
disabled
oneshot