Talk:Custom Kernel: Difference between revisions

From Alpine Linux
(Created page with "Needs to be adjusted for other archs === For kernel package maintainer === Each config-NAME.ARCH should be updated for all ARCHes so that it doesn't disrupt the building pro...")
(No difference)

Revision as of 08:25, 4 March 2018

Needs to be adjusted for other archs

For kernel package maintainer

Each config-NAME.ARCH should be updated for all ARCHes so that it doesn't disrupt the building process. To do this:

 cd src/build-NAME
 cp ../../config-NAME.ARCH .config
 make oldconfig
 (hold enter to accept all default options)
 make menuconfig (optional to tweak it for the particular arch)
 cp .config ../../config-NAME.ARCH