projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix nozomi default
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
13b7229
..
5920458
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-50,7
+50,7
@@
endif
ifeq ($(CONFIG_TARGET_ROOTFS_EXT2FS),y)
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
define Image/mkfs/ext2
$(STAGING_DIR)/bin/genext2fs -q -b $(E2SIZE) -I 1500 -d $(BUILD_DIR)/root/ $(KDIR)/root.ext2
This page took
0.018774 seconds
and
4
git commands to generate.