diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 21:04:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-19 21:04:14 +0000 |
commit | d26446397f431f41b07ebcd5f283f2e61293457b (patch) | |
tree | d5e9282c179888b7b0a6ead941a1b3eacda9599a /include/image.mk | |
parent | 48810a0f0079e5a2f35df56e24ab6bd9233860a5 (diff) | |
download | upstream-d26446397f431f41b07ebcd5f283f2e61293457b.tar.gz upstream-d26446397f431f41b07ebcd5f283f2e61293457b.tar.bz2 upstream-d26446397f431f41b07ebcd5f283f2e61293457b.zip |
fix typo
SVN-Revision: 5242
Diffstat (limited to 'include/image.mk')
-rw-r--r-- | include/image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk index 13b722981a..59204581d0 100644 --- a/include/image.mk +++ b/include/image.mk @@ -50,7 +50,7 @@ endif ifeq ($(CONFIG_TARGET_ROOTFS_EXT2FS),y) - E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_SIZE)*1024))) + E2SIZE=$(shell echo $$(($(CONFIG_TARGET_ROOTFS_FSPART)*1024))) define Image/mkfs/ext2 $(STAGING_DIR)/bin/genext2fs -q -b $(E2SIZE) -I 1500 -d $(BUILD_DIR)/root/ $(KDIR)/root.ext2 |