mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user