projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sync lcd4linux with whiterussian
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
squashfs.mk
diff --git
a/openwrt/target/linux/image/squashfs.mk
b/openwrt/target/linux/image/squashfs.mk
index
4507181
..
7fe972a
100644
(file)
--- a/
openwrt/target/linux/image/squashfs.mk
+++ b/
openwrt/target/linux/image/squashfs.mk
@@
-1,9
+1,8
@@
-ifeq ($(BR2_LINUX_2_4_AR531X),)
- endian := be
-else
- endian := le
-endif
+endian := le
+ifeq ($(ARCH),mips)
+ endian := be
+endif
squashfs-prepare:
$(MAKE) -C squashfs prepare $(MAKE_TRACE)
This page took
0.020606 seconds
and
4
git commands to generate.