X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b9efbcf7dd49e086ce43823f8ef522883508eddd..339905396b15628b5cc94665e63a8448cc22c25e:/openwrt/target/linux/image/squashfs.mk diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index 450718153..7fe972a45 100644 --- a/openwrt/target/linux/image/squashfs.mk +++ b/openwrt/target/linux/image/squashfs.mk @@ -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)