Changes

Jump to: navigation, search

Kernel build

86 bytes added, 05:43, 22 February 2007
Modifying configs: linked to kernel configuration
# cd $TOPDIR/BUILD/kernel-{{kver}}/linux-{{kver}}
There you will find the configuration files in the subdirectory <code>config/*.config</code>. Copy the one you want to modifiy to <code>$TOPDIR/BUILD/kernel-{{kver}}/linux-{{kver}}/.config</code>. Then you can do a make menuconfig or something similar to adjust the kernel configuration. Note that some kernel configuration issues are described at [[kernel configuration]].
Next, copy <code>$TOPDIR/BUILD/kernel-{{kver}}/linux-{{kver}}/.config</code> to the <code>$TOPDIR/SOURCES</code> directory, but use the corresponding file name in the target directory.

Navigation menu