From cd945e49e76927a4c2924523458ceebfc2f859d6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 21 Feb 2010 23:34:33 +0100 Subject: rename ext2-cf target rootfs to ext2-block - add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block --- mk/rootfs.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/rootfs.mk b/mk/rootfs.mk index 1099a7fac..d0775b2ee 100644 --- a/mk/rootfs.mk +++ b/mk/rootfs.mk @@ -12,8 +12,11 @@ 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)) +ifeq ($(ADK_LINUX_ARM_FOXBOARD),y) +ROOTFS:= root=/dev/mmcblk0p2 +endif + +$(eval $(call rootfs_template,ext2-block,EXT2_BLOCK,$(ROOTFS))) $(eval $(call rootfs_template,archive,ARCHIVE)) $(eval $(call rootfs_template,initramfs,INITRAMFS)) $(eval $(call rootfs_template,initramfs-piggyback,INITRAMFS_PIGGYBACK)) -- cgit v1.2.3