buildroot/fs
Thomas Petazzoni 64ec20e6c0 fs: change the way the device table is configured
Until now, the location of the device table was specified by a
variable in board Makefiles. Unfortunately, this variable is not
accessible from fs/common.mk, since the target/ code is included
*after* fs/common.mk.

Anyway, the general idea is to move away from these boards Makefile,
and provide configuration option for things like the device table
location.

Therefore, this patch adds a BR2_ROOTFS_DEVICE_TABLE option which
allows to specify which device table should be used.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-17 04:36:23 +02:00
..
cloop Move all filesystem generation code to fs/ 2010-04-09 11:04:36 +02:00
cpio fs/*/Config.in: remove useless configuration comments 2010-04-09 11:04:36 +02:00
cramfs Move all filesystem generation code to fs/ 2010-04-09 11:04:36 +02:00
ext2 fs/*/Config.in: remove useless configuration comments 2010-04-09 11:04:36 +02:00
initramfs initramfs: trivial fix following move to fs 2010-04-15 13:50:37 +02:00
iso9660 iso9660: menu.lst fixup after move to fs 2010-04-15 13:51:33 +02:00
jffs2 Coherent naming for .mk files in fs/ 2010-04-09 11:04:36 +02:00
romfs Move all filesystem generation code to fs/ 2010-04-09 11:04:36 +02:00
squashfs Add version selection for the SquashFS root filesystem 2010-04-09 12:21:05 +02:00
tar fs/*/Config.in: remove useless configuration comments 2010-04-09 11:04:36 +02:00
ubifs fs/*/Config.in: remove useless configuration comments 2010-04-09 11:04:36 +02:00
common.mk fs: change the way the device table is configured 2010-04-17 04:36:23 +02:00
Config.in fs: change the way the device table is configured 2010-04-17 04:36:23 +02:00