buildroot/fs/ext2
Peter Korsgaard fb951b9342 fs/ext2: fix blocks/inodes calculation
With the ROOTFS_TARGET conversion, EXT2_OPTS gets evaluated very early
(before TARGET_DIR is populated with files), so the calculated
blocks/inodes numbers are wrong.

Fix it by moving the calculation to a shell script wrapper around
genext2fs, so it only gets executed just before genext2fs runs.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-19 14:33:14 +02:00
..
Config.in
ext2.mk fs/ext2: fix blocks/inodes calculation 2010-04-19 14:33:14 +02:00
genext2fs.sh fs/ext2: fix blocks/inodes calculation 2010-04-19 14:33:14 +02:00