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...")
 
m (Unsigned comment attribution.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Needs to be adjusted for other archs
Needs to be adjusted for other archs


=== For kernel package maintainer ===
<small><span class="autosigned">—&nbsp;Preceding [[Help:Signature|unsigned]] comment added by [[User:Orson Teodoro|Orson Teodoro]] ([[User talk:Orson Teodoro|{{int:talkpagelinktext}}]] • [[Special:Contributions/Orson Teodoro|{{int:contribslink}}]]) 03:36, 4 March 2018</span></small>‎
 
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

Latest revision as of 02:51, 14 August 2023

Needs to be adjusted for other archs

— Preceding unsigned comment added by Orson Teodoro (talkcontribs) 03:36, 4 March 2018