projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
finally fix the /etc/config/network bug on wgt634u (#214, #215, #219)
[openwrt.git]
/
target
/
linux
/
image
/
jffs2.mk
diff --git
a/target/linux/image/jffs2.mk
b/target/linux/image/jffs2.mk
index
fb8feab
..
b6396e6
100644
(file)
--- a/
target/linux/image/jffs2.mk
+++ b/
target/linux/image/jffs2.mk
@@
-1,4
+1,9
@@
+ifneq ($(BR2_mips),y)
JFFS2OPTS := --pad --little-endian --squash
+else
+JFFS2OPTS := --pad --big-endian --squash
+endif
+
#JFFS2OPTS += -Xlzo -msize -Xlzari
jffs2-prepare:
This page took
0.031871 seconds
and
4
git commands to generate.