projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[at91] fix dfboot linking failures (#5937)
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
cab9722
..
237d87c
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-23,15
+23,15
@@
JFFS2OPTS := --pad --big-endian --squash
SQUASHFS_OPTS := -be
endif
SQUASHFS_OPTS := -be
endif
-ifneq ($(CONFIG_LINUX_2_6_
30)$(CONFIG_LINUX_2_6_31
),)
-USE_SQUASHFS
4
:= y
+ifneq ($(CONFIG_LINUX_2_6_
21)$(CONFIG_LINUX_2_6_25)$(CONFIG_LINUX_2_6_28
),)
+USE_SQUASHFS
3
:= y
endif
endif
-ifneq ($(USE_SQUASHFS4),)
+ifneq ($(USE_SQUASHFS3),)
+MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
+else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
SQUASHFS_OPTS := -lzma -processors 1
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
SQUASHFS_OPTS := -lzma -processors 1
-else
-MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endif
JFFS2_BLOCKSIZE ?= 64k 128k
endif
JFFS2_BLOCKSIZE ?= 64k 128k
This page took
0.023429 seconds
and
4
git commands to generate.