diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 19:07:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-05 19:07:41 +0200 |
commit | 3f7cbcaaabf350586366dbd2bbd555d59fd7be1e (patch) | |
tree | cea9238fc689c2020db2a5a2e9448deb5493d1cb /mk | |
parent | 78cbe696f16fdb6c76a860c84afe5f28b5b68677 (diff) | |
parent | 5bd343f06caa18e95825a4e6f4f31cf4786e7688 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/rootfs.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk index 5080944e6..6b34156a5 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -9,8 +9,10 @@ endif endef ifeq ($(ADK_HARDWARE_QEMU),y) +ifeq ($(ADK_TARGET_ROOTFS_ARCHIVE),y) ROOTFS:= root=/dev/sda1 endif +endif ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB532),y) ROOTFS:= root=/dev/sda2 |