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...")
 
(→‎For kernel package maintainer: move back into page)
Line 1: Line 1:
Needs to be adjusted for other archs
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

Revision as of 08:36, 4 March 2018

Needs to be adjusted for other archs