fix typo in endian-ness select for squashfs
SVN-Revision: 2900
This commit is contained in:
parent
19f58a15a6
commit
c5151b11f0
@ -1,9 +1,8 @@
|
|||||||
ifeq ($(BR2_LINUX_2_4_AR531X),)
|
|
||||||
endian := be
|
|
||||||
else
|
|
||||||
endian := le
|
endian := le
|
||||||
endif
|
|
||||||
|
|
||||||
|
ifeq ($(ARCH),mips)
|
||||||
|
endian := be
|
||||||
|
endif
|
||||||
|
|
||||||
squashfs-prepare:
|
squashfs-prepare:
|
||||||
$(MAKE) -C squashfs prepare $(MAKE_TRACE)
|
$(MAKE) -C squashfs prepare $(MAKE_TRACE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user