Talk:Custom Kernel

From Alpine Linux
Revision as of 08:25, 4 March 2018 by Orson Teodoro (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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