description | manual configuration of the Linux kernel for Gentoo, on the Lenovo ThinkPad (X230, X280) |
repository URL | https://github.com/vgist/KernelConfig.git |
owner | 458892+aieu@users.noreply.github.com |
last change | Mon, 8 Jul 2024 09:50:10 +0000 (8 17:50 +0800) |
last refresh | Thu, 21 Nov 2024 08:43:24 +0000 (21 09:43 +0100) |
mirror URL | git://repo.or.cz/KernelConfig.git |
https://repo.or.cz/KernelConfig.git | |
ssh://git@repo.or.cz/KernelConfig.git | |
bundle info | KernelConfig.git downloadable bundles |
content tags |
Please note, kernel configuration files here used to contain compression of kernel and modules, so you should emerge sys-apps/kmod
with below USE flags before compiling your kernel and modules
file: /etc/portage/package.use
sys-apps/kmod lzma zlib zstd
Generate basic config file
make savedefconfig
Restore from basic config file
cd /usr/src/linux/
cp /path/your_defconfig .config
make olddefconfig
or
cd /usr/src/linux/
cp /path/your_defconfig arch/your-srcarch/configs/your_new_defconfig
make your_new_defconfig
Build binary
make -j`nproc` && make modules_install
Read more: <https://wiki.gentoo.org/wiki/Kernel/Configuration>
2024-07-08 | clown | update copying filesmaster | commitcommitdifftreesnapshot (tar.gz zip) |
2024-01-25 | clown | kernel: 6.6.y for x280, x230 | commitcommitdifftreesnapshot (tar.gz zip) |
2023-02-06 | clown | kernel: 6.1.y for x280 & x230 | commitcommitdifftreesnapshot (tar.gz zip) |
2022-10-26 | clown | add kernel config files for utm.app | commitcommitdifftreesnapshot (tar.gz zip) |
2021-12-30 | clown | kernel 5.15.y | commitcommitdifftreesnapshot (tar.gz zip) |
2021-04-02 | clown | kernel 5.10.y | commitcommitdifftreesnapshot (tar.gz zip) |
2020-03-30 | clown | add kernel 5.4.y for x230 | commitcommitdifftreesnapshot (tar.gz zip) |
2016-12-11 | clown | rebase on 2016.12 | commitcommitdifftreesnapshot (tar.gz zip) |
4 months ago | master | logtree |