_ _ _______ ______ _____ _____ _ _ _____ _______ _ _
| \ | |_ _\ \ / / __ \ / ____| |_ _| \ | |/ ____|__ __|/\ | | | |
| \| | | | \ V / | | | (___ ______| | | \| | (___ | | / \ | | | |
| . ` | | | > <| | | |\___ \______| | | . ` |\___ \ | | / /\ \ | | | |
| |\ |_| |_ / . \ |__| |____) | _| |_| |\ |____) | | |/ ____ \| |____| |____
|_| \_|_____/_/ \_\____/|_____/ |_____|_| \_|_____/ |_/_/ \_\______|______|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
make defconfig | |
scripts/config \ | |
`# General setup` \ | |
-e CONFIG_IKCONFIG `# Kernel .config support` \ | |
-e CONFIG_IKCONFIG_PROC `# Enable access to .config through /proc/config.gz` \ | |
\ | |
`# Device drivers` \ |
________ ___ _ ______ _____ ____ ____ _____ _ _ _____ _______ _ _
| ____\ \ / / | | | ____| __ \| _ \ / __ \ |_ _| \ | |/ ____|__ __|/\ | | | |
| |__ \ V /| |__| | |__ | |__) | |_) | | | |______| | | \| | (___ | | / \ | | | |
| __| > < | __ | __| | _ /| _ <| | | |______| | | . ` |\___ \ | | / /\ \ | | | |
| |____ / . \| | | | |____| | \ \| |_) | |__| | _| |_| |\ |____) | | |/ ____ \| |____| |____
|______/_/ \_\_| |_|______|_| \_\____/ \____/ |_____|_| \_|_____/ |_/_/ \_\______|______|
This guide is based on several documentations