From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Dumaresq Date: Tue, 28 Aug 2007 09:17:48 -0400 Subject: [Buildroot] buildroot for avr32 References: <00d401c7e655$5d036260$6e00a8c0@JONATHAN> <1188204128.7890.5.camel@localhost.localdomain> <001001c7e8dd$5b177970$6e00a8c0@JONATHAN> <20070827211751.GY11697@aon.at> Message-ID: <005401c7e975$d43ecf40$6e00a8c0@JONATHAN> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net ----- Original Message ----- From: "Bernhard Fischer" To: "Jonathan Dumaresq" Cc: Sent: Monday, August 27, 2007 5:17 PM Subject: Re: [Buildroot] buildroot for avr32 > On Mon, Aug 27, 2007 at 03:06:21PM -0400, Jonathan Dumaresq wrote: >>Hi all, >> >>I would like to know how to customize the kernel when i build the >>buildroot >>for avr32 ? >> >> make ARCH=avr32 CROSS_COMPILE=avr32-linux- menuconfig > > Did you see and read docs/README ? > Yeah i have read it. But they have reference about busybox and uclibc customisation. I have found a way a doing it. I just do make ARCH=avr32 menuconfig and it work. i juste have to manualy copy the .config to save it before doing a make clean etc... Jonathan