diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-07-02 15:10:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-07-02 15:10:04 +0000 |
commit | 3a09c2404f6a66bbab0ac117b066a105ed13e0fb (patch) | |
tree | b96270db841a3a4fc01e7a4e0d09f1e58ae9fd9e /openwrt/Config.in | |
parent | a232bc4121cdf7cc81f7e08a92eaebc908f1db8c (diff) | |
download | mtk-20170518-3a09c2404f6a66bbab0ac117b066a105ed13e0fb.zip mtk-20170518-3a09c2404f6a66bbab0ac117b066a105ed13e0fb.tar.gz mtk-20170518-3a09c2404f6a66bbab0ac117b066a105ed13e0fb.tar.bz2 |
Disable squashfs for au1000 target since it does not allow the user to use the whole flash space
SVN-Revision: 4107
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r-- | openwrt/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index 573cda5..a2e6bdd 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -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 |