From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sun, 30 Apr 2017 19:33:23 +0200 Subject: [Buildroot] [PATCH 1/1] ext2.mk: ensure -b option is always set for mke2img and genext2fs In-Reply-To: <1493555747-27289-1-git-send-email-g4@novadsp.com> References: <1493555747-27289-1-git-send-email-g4@novadsp.com> Message-ID: <20170430193323.5ad396e1@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On Sun, 30 Apr 2017 13:35:47 +0100, J Evans wrote: > Signed-off-by: J Evans > --- > fs/ext2/ext2.mk | 2 -- > 1 file changed, 2 deletions(-) Applied to master, thanks. However, I believe we should do the same for the number of inodes: ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_INODES)),0) EXT2_OPTS += -i $(BR2_TARGET_ROOTFS_EXT2_INODES) endif Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com