projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[buildroot] drop the usr/ prefix when scanning for libgcc.a
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
af4e102
..
4ec7d91
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-44,7
+44,7
@@
ifneq ($(CONFIG_JFFS2_LZMA),y)
JFFS2OPTS += -x lzma
endif
JFFS2OPTS += -x lzma
endif
-ifneq ($(CONFIG_LINUX_2_
4)$(CONFIG_LINUX_2_
6_25),)
+ifneq ($(CONFIG_LINUX_2_6_25),)
USE_SQUASHFS3 := y
endif
USE_SQUASHFS3 := y
endif
@@
-129,7
+129,7
@@
ifneq ($(CONFIG_TARGET_ROOTFS_TARGZ),)
endif
ifneq ($(CONFIG_TARGET_ROOTFS_EXT2FS),)
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
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.019934 seconds
and
4
git commands to generate.