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 | 258f15cef3cfab7d780d1fccbfed12af8c7e148a (patch) | |
tree | 5dd3c6ad07989da8ef5111fd9b01d5527003feec /include | |
parent | cc4275d0e8eaa51f569e2e95fca27d7bd283e33c (diff) | |
download | upstream-258f15cef3cfab7d780d1fccbfed12af8c7e148a.tar.gz upstream-258f15cef3cfab7d780d1fccbfed12af8c7e148a.tar.bz2 upstream-258f15cef3cfab7d780d1fccbfed12af8c7e148a.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 |