From 62adc1bc11c690e96fc4d1b0fd2464d06932c9a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 9 Jan 2006 16:03:36 +0000 Subject: add updates for atheros SOC support from Mike A., thx git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2866 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/image/squashfs.mk | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'target/linux/image') diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk index 63eba445a..450718153 100644 --- a/target/linux/image/squashfs.mk +++ b/target/linux/image/squashfs.mk @@ -1,3 +1,10 @@ +ifeq ($(BR2_LINUX_2_4_AR531X),) + endian := be +else + endian := le +endif + + squashfs-prepare: $(MAKE) -C squashfs prepare $(MAKE_TRACE) @@ -10,7 +17,7 @@ squashfs-clean: $(KDIR)/root.squashfs: install-prepare @mkdir -p $(KDIR)/root/jffs - $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -le $(MAKE_TRACE) + $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -noappend -root-owned -$(endian) $(MAKE_TRACE) ifeq ($(IB),) squashfs-install: compile-targets $(BOARD)-compile -- cgit v1.2.3