mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 02:57:10 +02:00
fix typo in endian-ness select for squashfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2900 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ce399c5f84
commit
d71f4bb87e
@ -1,9 +1,8 @@
|
|||||||
ifeq ($(BR2_LINUX_2_4_AR531X),)
|
endian := le
|
||||||
endian := be
|
|
||||||
else
|
|
||||||
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…
Reference in New Issue
Block a user