Commit 62b4c67b authored by Stanislav Bogatyrev's avatar Stanislav Bogatyrev Committed by Peter Korsgaard
Browse files

fs/squashfs: fix endianness typo for squashfs3

parent 0b415ede
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
	Toolchain: fixed gcc 4.2.x build after uClibc NPTL support got
	added.

	fs: old-style squashfs for big endian archs fixed.

	Updated/fixed packages: busybox, imagemagick, libglib2, lua,
	luafilesystem, lzo, netcat, php, qt, sysvinit, util-linux

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ else
ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs3

ifeq ($(BR2_ENDIAN),"BIG")
ROOTFS_SQUASHF_ARGS=-be
ROOTFS_SQUASHFS_ARGS=-be
else
ROOTFS_SQUASHFS_ARGS=-le
endif