X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/12fce709c1e26a0cfa13be05a14af0bffd3bcc55..ddb7d353928e70c6fc06f34f7e204ffda32ffbd5:/include/image.mk diff --git a/include/image.mk b/include/image.mk index af4e10256..6df656b9f 100644 --- a/include/image.mk +++ b/include/image.mk @@ -129,7 +129,7 @@ ifneq ($(CONFIG_TARGET_ROOTFS_TARGZ),) endif ifneq ($(CONFIG_TARGET_ROOTFS_EXT2FS),) - E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_FSPART)*1024))) + E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_PARTSIZE)*1024))) define Image/mkfs/ext2 $(STAGING_DIR_HOST)/bin/genext2fs -U -b $(E2SIZE) -N $(CONFIG_TARGET_ROOTFS_MAXINODE) -d $(TARGET_DIR)/ $(KDIR)/root.ext2