diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-14 10:23:54 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-14 10:23:54 +0000 |
| commit | 25bba9554f1383e9c76a1a63eec4659c32b947cf (patch) | |
| tree | c6dea87c99b5cdc72da3811f3f95227c64f5fb3c /openwrt/target/linux/image/squashfs.mk | |
| parent | 9b93a39c2c52142e7200f9aee8735d5a2b7793d5 (diff) | |
| download | mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.zip mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.gz mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.bz2 | |
add preliminary support for the XScale port, generic endianness indication
SVN-Revision: 3648
Diffstat (limited to 'openwrt/target/linux/image/squashfs.mk')
| -rw-r--r-- | openwrt/target/linux/image/squashfs.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index 0b39aa1..9d344ba 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: |
