summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-12 19:36:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-12 19:36:33 +0100
commit2a5b7c0036d7bfef6fe9e2a49e34392282831c15 (patch)
treeb251e484d5ce31a2450dcb45f570c4dec11fb40d /mk
parent44b40369f5c284eb85a09bb8d5c67977e578e618 (diff)
parentd07bf77e221876d0c9d6f9813ef165265b67c15e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/rootfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 5ec5f3107..55830b23c 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -36,7 +36,7 @@ ROOTFS:= root=/dev/sda1 rootwait
endif
ifeq ($(ADK_TARGET_SYSTEM_LEMOTE_YEELONG),y)
-USB:= rootwait
+USB:= rootwait root=/dev/sdc1
else
USB:= rootdelay=2
endif