1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-29 15:59:42 +02:00

fix typo in endian-ness select for squashfs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2900 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-01-11 02:55:09 +00:00
parent 3d3503fc81
commit 2290b5a9cf

View File

@ -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)