summaryrefslogtreecommitdiffstats
path: root/include/image.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-19 21:04:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-19 21:04:14 +0000
commit49b0bca1bafa8443b14ef7a32d1d56d359884a91 (patch)
tree5dd3c6ad07989da8ef5111fd9b01d5527003feec /include/image.mk
parentf6b2701bb51fd2c715ab82fa2b41c5fbec522445 (diff)
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk
index 13b722981..59204581d 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