Talk:Custom Kernel
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