From 84e1e3881222b59c5af7cb8de566746cac2eb67b Mon Sep 17 00:00:00 2001 From: J Evans Date: Sun, 30 Apr 2017 13:35:47 +0100 Subject: [PATCH] fs/ext2: ensure -b option is always set for mke2img Signed-off-by: J Evans Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- fs/ext2/ext2.mk | 2 -- 1 file changed, 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) -- 2.30.2