From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Wed, 24 Jan 2007 23:57:53 +0100 Subject: [Buildroot] [PATCH] Select MTD before EXT2/CRAMFS/SQUASHFS are built In-Reply-To: <053601c73f56$016879f0$01c4af0a@atmel.com> References: <1169591688.5361.7.camel@elrond.sweden.atmel.com> <20070124000746.GA17761@codepoet.org> <053601c73f56$016879f0$01c4af0a@atmel.com> Message-ID: <20070124225753.GD28221@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Jan 24, 2007 at 02:18:07AM +0100, Ulf Samuelsson wrote: >Erik Andersen wrote: >> On Tue Jan 23, 2007 at 11:34:48PM +0100, Ulf Samuelsson wrote: >>> Building a file sysrtem will fail if the mtd tools are not >>> available. THis patch ensure MTD is selected if either of >>> ext2/cramfs/squashfs are selected. >> >> Nak. There are a great many situations where people use ext2 >> and/or cramfs and/or squashfs without wanting to also use MTD... >> I happen to use all of them without wanting MTD at various times. >> >> -Erik > >Hmm, > >The intention is, that if ext2/squashfs/cramfs etc is selected, >you ensure you build the MTD utilities for the *host*. What specific failure do you see? Since you seem to use cramfs, may i ask you to look if these patches are ok? http://busybox.net/bugs/view.php?id=512 http://busybox.net/bugs/view.php?id=1027 > >$ mkfs.ext2 etc. > >Not that you put the MTD utilities into the root file system. >How do I do what I intended then? >(I hope building the host tools is not inconvenient). I do not want to download nor build a package that i do not need..