summaryrefslogtreecommitdiffstats
path: root/fs/ext2
Commit message (Expand)AuthorAgeFilesLines
* Globally replace $(HOST_DIR)/usr/sbin with $(HOST_DIR)/sbinArnout Vandecappelle2017-07-051-1/+1
* fs/ext2: use mkfs to generate rootfs imageSébastien Szymanski2017-07-052-10/+10
* fs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES optionSamuel Martin2017-07-052-9/+0
* package/mke2img: add option to specify block sizeYann E. MORIN2017-07-041-0/+1
* fs/ext2: simplify codeYann E. MORIN2017-07-041-11/+8
* fs/ext2: allow reserving zero block for rootYann E. MORIN2017-07-042-3/+6
* fs/ext2: always pass the label optionYann E. MORIN2017-07-041-2/+2
* fs/ext2: always pass the number of inodesYann E. MORIN2017-07-041-2/+1
* ext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKSJ Evans2017-05-041-0/+2
* fs/ext2: ensure -b option is always set for mke2imgJ Evans2017-04-301-2/+0
* fs/ext2: Remove support for auto-calculation of rootfs sizeSébastien Szymanski2017-03-252-11/+3
* fs/ext2: default to ext2 rev1Peter Korsgaard2016-12-141-1/+1
* fs/ext2: fix double quoted labelGaël PORTAY2016-11-211-6/+5
* fs/ext2: add options for extra space and extra inodesYann E. MORIN2015-10-312-2/+20
* fs: declare phony targets as suchThomas Petazzoni2015-04-141-0/+2
* fs/ext2: add option to specify a filesystem labelYann E. MORIN2014-12-072-0/+11
* fs/ext2: use the new mke2img host packageYann E. MORIN2014-12-072-129/+5
* package/mke2img: new packageYann E. MORIN2014-12-071-2/+1
* .mk files: bulk aligment and whitespace cleanup of assignmentsThomas De Schampheleire2014-10-071-1/+1
* *.mk: replace (TARGET|HOST)_PATH by BR_PATHSamuel Martin2014-04-161-1/+1
* fs/ext2: fix generation of ext4 filesystemsYann E. MORIN2014-01-061-5/+7
* Config.in files: fix incorrect indentationThomas De Schampheleire2013-12-251-3/+3
* rootfs-ext2: symlink with the compressed rootfsArnout Vandecappelle2013-11-111-1/+1
* rootfs-ext2: make the symlink as a _POST_TARGETArnout Vandecappelle2013-11-111-3/+3
* Normalize separator size to 80Jerzy Grzegorek2013-06-071-2/+2
* package/genext2fs: add host variantYann E. MORIN2013-06-031-0/+1
* fs/ext2: further fix to the UUIDYann E. MORIN2013-05-291-5/+8
* fs/ext2: explicitly set a NULL UUIDYann E. MORIN2013-05-281-2/+5
* fs/common: add support for LZO and XZ compression methodsGustavo Zacarias2013-04-241-0/+10
* fs/ext2: bump journal overhead to 1300 blocksPeter Korsgaard2013-04-121-6/+3
* fs/ext2: remove count- and time-based fsckYann E. MORIN2013-04-121-2/+5
* fs/ext2: add support for ext2 rev0 and rev1Yann E. MORIN2013-04-123-7/+28
* fs/ext2: add a symlink 'rootfs.ext#' -> 'rootfs.ext2'Yann E. MORIN2013-04-121-0/+7
* fs/ext2: add ability to build ext3/4 tooYann E. MORIN2013-04-123-10/+105
* fs/ext2: enclose the ext2 options in if...endifYann E. MORIN2013-04-121-4/+3
* fs/common.mk: delay evaluation of variablesArnout Vandecappelle (Essensium/Mind)2013-01-201-1/+1
* fs/ext2: remove redundant BR2_TARGET_ROOTFS_EXT2_SQUASH optionPeter Korsgaard2011-01-142-9/+0
* fs/ext2: don't enable by defaultPeter Korsgaard2011-01-141-1/+0
* genext2fs.sh: improve number of blocks calculationPeter Korsgaard2010-12-301-14/+11
* fs/ext2: fix blocks/inodes calculationPeter Korsgaard2010-04-192-11/+41
* fs/ext2: fix typoPeter Korsgaard2010-04-191-1/+1
* fs/*/Config.in: remove useless configuration commentsThomas Petazzoni2010-04-091-6/+0
* Coherent naming for .mk files in fs/Thomas Petazzoni2010-04-091-0/+0
* Move all filesystem generation code to fs/Thomas Petazzoni2010-04-092-0/+101
OpenPOWER on IntegriCloud