Disable squashfs for au1000 target since it does not allow the user to use the whole...
[openwrt.git] / Config.in
index 74bd648..a2e6bdd 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -40,8 +40,8 @@ config JLEVEL
        help
            Number of jobs to run simultanesouly
 
-source "target/sdk/Config.in"
 source "toolchain/Config.in"
+source "target/sdk/Config.in"
 
 menu "Target Images"
        config TARGET_ROOTFS_INITRAMFS
@@ -64,6 +64,7 @@ menu "Target Images"
                depends !LINUX_2_6_ARUBA
                depends !LINUX_2_6_XSCALE
                depends !TARGET_ROOTFS_INITRAMFS
+               depends !LINUX_2_6_AU1000
                help
                  Build a squashfs-lzma root filesystem
 
This page took 0.019493 seconds and 4 git commands to generate.