move target/linux/package/switch to package/, fix a bug in the ipkg dependency handling
[openwrt.git] / target / linux / image / squashfs.mk
index 29ce552..abc58da 100644 (file)
@@ -1,7 +1,7 @@
+ifneq ($(CONFIG_BIG_ENDIAN),y)
 endian := le
-
-ifeq ($(ARCH),mips)
-       endian := be
+else
+endian := be
 endif
 
 squashfs-prepare:
This page took 0.020122 seconds and 4 git commands to generate.