From b14d40272eb178a72870b90d65b953532eccf05d Mon Sep 17 00:00:00 2001 From: kaloz Date: Fri, 14 Apr 2006 10:23:54 +0000 Subject: add preliminary support for the XScale port, generic endianness indication git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3648 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/image/squashfs.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openwrt/target/linux/image/squashfs.mk') diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index 0b39aa1611..9d344ba5ff 100644 --- a/openwrt/target/linux/image/squashfs.mk +++ b/openwrt/target/linux/image/squashfs.mk @@ -1,7 +1,7 @@ +ifneq ($(BR2_BIG_ENDIAN),y) endian := le - -ifeq ($(ARCH),mips) - endian := be +else +endian := be endif squashfs-prepare: -- cgit v1.2.3