patch madwifi-ng to use master mode by default
[openwrt.git] / openwrt / target / linux / image / squashfs.mk
index 4507181..0b39aa1 100644 (file)
@@ -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)
@@ -29,7 +28,7 @@ squashfs-install: $(KDIR)/root.squashfs
 
 squashfs-install-ib: compile-targets
        mkdir -p $(IB_DIR)/staging_dir_$(ARCH)/bin
-       cp $(STAGING_DIR)/bin/mksquashfs-lzma $(IB_DIR)/staging_dir_$(ARCH)/bin
+       $(CP) $(STAGING_DIR)/bin/mksquashfs-lzma $(IB_DIR)/staging_dir_$(ARCH)/bin
        
 prepare-targets: squashfs-prepare
 compile-targets: squashfs-compile
This page took 0.027183 seconds and 4 git commands to generate.