diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-02 15:10:04 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-07-02 15:10:04 +0000 |
commit | a7f73be9fd898dbafddc6f081b52c783acc80b97 (patch) | |
tree | 60bbab6a6cf894262f0148eb98052450ccc6a913 | |
parent | c6f25fa29d325d118f13cbdc94f130c174344390 (diff) |
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 |