buildrootschalter/fs
Michał Leśniewski e3904a890d fs/jffs2: Fix mkfs.jffs2 --pagesize parameter usage
Fixes #8186

Mkfs.jffs2 accepts a --pagesize parameter, which allows specifying the size
of the virtual memory page size of the target machine, where the image will
be used.  (This is the value of the PAGE_SIZE macro in Linux.) In most cases
the parameter doesn't need to be set as the default value of 4 kB is usually
correct.

The parameter was used incorrectly in Buildroot -- it was set to the page
size of flash memory chip -- this commit fixes this problem.  Now the
--pagesize parameter is not used at all (unless the user explicitly chooses
to use a custom value during configuration).  All existing defconfigs were
corrected to match the new configuration variable names.

[Peter: reword, add Config.in.legacy handling]
Signed-off-by: Michał Leśniewski <mlesniew@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-22 11:36:00 +02:00
..
cloop Normalize separator size to 80 2013-06-07 10:54:54 +02:00
cpio package: indentation cleanup 2014-10-26 05:47:05 +01:00
cramfs package: indentation cleanup 2014-10-23 22:13:29 +02:00
ext2 fs: declare phony targets as such 2015-04-14 10:12:32 +02:00
initramfs fs: declare phony targets as such 2015-04-14 10:12:32 +02:00
iso9660 fs: declare phony targets as such 2015-04-14 10:12:32 +02:00
jffs2 fs/jffs2: Fix mkfs.jffs2 --pagesize parameter usage 2015-05-22 11:36:00 +02:00
romfs .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
squashfs fs/squashfs: add lz4 compression support 2014-05-18 23:48:28 +02:00
tar fs/tar: only store numeric uid/gid 2015-02-19 22:02:59 +01:00
ubifs fs/ubi: add option to use custom ubinize config file 2014-02-08 22:57:31 +01:00
yaffs2 yaffs2: new filesystem type 2014-04-20 18:07:11 +02:00
Config.in yaffs2: new filesystem type 2014-04-20 18:07:11 +02:00
common.mk fs: only add non rootfs- targets to PACKAGES 2015-04-26 12:16:19 +02:00