descriptionmanual configuration of the Linux kernel for Gentoo, on the Lenovo ThinkPad (X230, X280)
repository URLhttps://github.com/vgist/KernelConfig.git
owner458892+aieu@users.noreply.github.com
last changeThu, 25 Jan 2024 03:03:17 +0000 (25 11:03 +0800)
last refreshSat, 27 Apr 2024 07:26:21 +0000 (27 09:26 +0200)
content tags
add:
README.md

Devices

Compressed kernel modules

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

Kernel Configuration

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>

shortlog
2024-01-25 clownkernel: 6.6.y for x280master
2023-11-29 clownkernel: 6.1.y for x280 & x230
2022-10-26 clownadd kernel config files for utm.app
2021-12-30 clownkernel 5.15.y
2021-04-02 clownkernel 5.10.y
2020-03-30 clownadd kernel 5.4.y for x230
2016-12-11 clownrebase on 2016.12
heads
3 months ago master