mirror of https://github.com/hak5/openwrt.git
parent
19f58a15a6
commit
c5151b11f0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue