From 9b759f26c9b32225f342dbf9acb24597110d3055 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 17 Feb 2009 03:05:10 +0000 Subject: genext2fs: update to 1.4.1 SVN-Revision: 14536 --- include/image.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/image.mk b/include/image.mk index 6ac177d..2b239ca 100644 --- a/include/image.mk +++ b/include/image.mk @@ -90,7 +90,7 @@ ifeq ($(CONFIG_TARGET_ROOTFS_EXT2FS),y) E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_FSPART)*1024))) define Image/mkfs/ext2 - $(STAGING_DIR_HOST)/bin/genext2fs -U -b $(E2SIZE) -I $(CONFIG_TARGET_ROOTFS_MAXINODE) -d $(TARGET_DIR)/ $(KDIR)/root.ext2 + $(STAGING_DIR_HOST)/bin/genext2fs -U -b $(E2SIZE) -N $(CONFIG_TARGET_ROOTFS_MAXINODE) -d $(TARGET_DIR)/ $(KDIR)/root.ext2 $(call Image/Build,ext2) endef endif -- cgit v1.1