summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:20:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-12 20:20:47 +0200
commit18b38b0eb68cbcb8793efe989dcd8796a60288af (patch)
tree4bee5aea0f6749536caa657409f638d36c46bce6 /mk/rootfs.mk
parent872be713be0ade5670e009195d8a08c1ea05a00b (diff)
kernel patch cleanup
- move patches to kernel version specific directory - enable execute bit on md5sum wrapper - remove wrong include in BSDmakefile - enable ROOTFS for rb532 device - add mips specific patch for lib/delay.c typo
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 455b6a979..67f2ec80c 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -8,7 +8,11 @@ FS_CMDLINE:=$(3)
endif
endef
-$(eval $(call rootfs_template,ext2-cf,EXT2_CF))
+ifeq ($(ADK_LINUX_MIPS_RB532),y)
+ROOTFS:= root=/dev/sda2
+endif
+
+$(eval $(call rootfs_template,ext2-cf,EXT2_CF,$(ROOTFS)))
$(eval $(call rootfs_template,ext2-mmc,EXT2_MMC))
$(eval $(call rootfs_template,ext2,EXT2))
$(eval $(call rootfs_template,initramfs,INITRAMFS))