projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34653c1
)
image/ext2: fix rootfs partition size after [21362]
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 May 2010 06:14:32 +0000
(06:14 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 5 May 2010 06:14:32 +0000
(06:14 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21369
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index
af4e102
..
6df656b
100644
(file)
--- 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
This page took
0.024078 seconds
and
4
git commands to generate.