projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] firewall: properly dispatch delif events if the network has a different...
[openwrt.git]
/
include
/
image.mk
diff --git
a/include/image.mk
b/include/image.mk
index
0b2d3e3
..
cab9722
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-23,13
+23,13
@@
JFFS2OPTS := --pad --big-endian --squash
SQUASHFS_OPTS := -be
endif
SQUASHFS_OPTS := -be
endif
-ifneq ($(CONFIG_LINUX_2_6_30),)
+ifneq ($(CONFIG_LINUX_2_6_30)
$(CONFIG_LINUX_2_6_31)
,)
USE_SQUASHFS4 := y
endif
ifneq ($(USE_SQUASHFS4),)
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
USE_SQUASHFS4 := y
endif
ifneq ($(USE_SQUASHFS4),)
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs4
-SQUASHFS_OPTS := -lzma
+SQUASHFS_OPTS := -lzma
-processors 1
else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endif
else
MKSQUASHFS_CMD := $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endif
This page took
0.026032 seconds
and
4
git commands to generate.