projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove zlib from image builder lists
[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
63eba44
..
7fe972a
100644
(file)
--- a/
openwrt/target/linux/image/squashfs.mk
+++ b/
openwrt/target/linux/image/squashfs.mk
@@
-1,3
+1,9
@@
+endian := le
+
+ifeq ($(ARCH),mips)
+ endian := be
+endif
+
squashfs-prepare:
$(MAKE) -C squashfs prepare $(MAKE_TRACE)
squashfs-prepare:
$(MAKE) -C squashfs prepare $(MAKE_TRACE)
@@
-10,7
+16,7
@@
squashfs-clean:
$(KDIR)/root.squashfs: install-prepare
@mkdir -p $(KDIR)/root/jffs
$(KDIR)/root.squashfs: install-prepare
@mkdir -p $(KDIR)/root/jffs
- $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -
le
$(MAKE_TRACE)
+ $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -
$(endian)
$(MAKE_TRACE)
ifeq ($(IB),)
squashfs-install: compile-targets $(BOARD)-compile
ifeq ($(IB),)
squashfs-install: compile-targets $(BOARD)-compile
This page took
0.024953 seconds
and
4
git commands to generate.