Change kernel configuration?

Pierre Hébert pierrox at pierrox.net
Mon Feb 4 19:28:37 CET 2008


On Monday 04 February 2008, Jean-Michel Bouffard wrote:
> So how can I make any changes into the kernel config and then built a
> new kernel image?
If all you want is a kernel zImage and you don't need packaging, the best 
is probably to compile the kernel yourself instead of calling "make 
rebuild-package-linux-openmoko". In the linux-2.6.22 directory, typing :
	make ARCH=arm menuconfig
then 
	make ARCH=arm CROSS_COMPILE=arm-angstrom-gnueabi-

should be enough to produce a zImage in arch/arm/boot/ provided that 
arm-angstrom-gnueabi-gcc et all are in your PATH. (or use 
CROSS_COMPILE=/path/to/your/moko/build/tmp/cross/bin/arm-angstrom-gnueabi-)

Pierre.




More information about the openmoko-kernel mailing list