projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling
[openwrt.git]
/
target
/
linux
/
image
/
squashfs.mk
diff --git
a/target/linux/image/squashfs.mk
b/target/linux/image/squashfs.mk
index
29ce552
..
abc58da
100644
(file)
--- a/
target/linux/image/squashfs.mk
+++ b/
target/linux/image/squashfs.mk
@@
-1,7
+1,7
@@
+ifneq ($(CONFIG_BIG_ENDIAN),y)
endian := le
-
-ifeq ($(ARCH),mips)
- endian := be
+else
+endian := be
endif
squashfs-prepare:
This page took
0.020122 seconds
and
4
git commands to generate.