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 | 3a73a64d43a26e59d844e59cc51991eadbb9e0eb (patch) | |
tree | 60bbab6a6cf894262f0148eb98052450ccc6a913 | |
parent | 9121c6a8f2797855e439417f34c161686bdbf7f7 (diff) | |
download | upstream-3a73a64d43a26e59d844e59cc51991eadbb9e0eb.tar.gz upstream-3a73a64d43a26e59d844e59cc51991eadbb9e0eb.tar.bz2 upstream-3a73a64d43a26e59d844e59cc51991eadbb9e0eb.zip |
Disable squashfs for au1000 target since it does not allow the user to use the whole flash space
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4107 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |