summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJ Evans <g4@novadsp.com>2017-04-30 13:35:47 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-30 19:31:52 +0200
commit84e1e3881222b59c5af7cb8de566746cac2eb67b (patch)
treec43b9164a595c356953d8041d71cdf92430a7c43 /fs
parente147572cd5803805840977056cf2acd149c1cdd1 (diff)
downloadbuildroot-84e1e3881222b59c5af7cb8de566746cac2eb67b.tar.gz
buildroot-84e1e3881222b59c5af7cb8de566746cac2eb67b.zip
fs/ext2: ensure -b option is always set for mke2img
Signed-off-by: J Evans <g4@novadsp.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext2/ext2.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext2/ext2.mk b/fs/ext2/ext2.mk
index 30f1d17b95..9d3e8fd666 100644
--- a/fs/ext2/ext2.mk
+++ b/fs/ext2/ext2.mk
@@ -6,9 +6,7 @@
EXT2_OPTS = -G $(BR2_TARGET_ROOTFS_EXT2_GEN) -R $(BR2_TARGET_ROOTFS_EXT2_REV)
-ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)
EXT2_OPTS += -b $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)
-endif
ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_INODES)),0)
EXT2_OPTS += -i $(BR2_TARGET_ROOTFS_EXT2_INODES)
OpenPOWER on IntegriCloud