From a7f73be9fd898dbafddc6f081b52c783acc80b97 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 2 Jul 2006 15:10:04 +0000 Subject: [PATCH] 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 --- Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.in b/Config.in index 573cda50a..a2e6bddd2 100644 --- a/Config.in +++ b/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 -- 2.35.1