mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-09 14:33:00 +00:00
fix endian issue
SVN-Revision: 2942
This commit is contained in:
parent
aa28ec1bd7
commit
7c3e3c8436
@ -1,4 +1,9 @@
|
|||||||
|
ifneq ($(BR2_mips),y)
|
||||||
JFFS2OPTS := --pad --little-endian --squash
|
JFFS2OPTS := --pad --little-endian --squash
|
||||||
|
else
|
||||||
|
JFFS2OPTS := --pad --big-endian --squash
|
||||||
|
endif
|
||||||
|
|
||||||
#JFFS2OPTS += -Xlzo -msize -Xlzari
|
#JFFS2OPTS += -Xlzo -msize -Xlzari
|
||||||
|
|
||||||
jffs2-prepare:
|
jffs2-prepare:
|
||||||
|
Loading…
Reference in New Issue
Block a user