updated kernel options.

This commit is contained in:
Matt Knoop
2025-12-09 22:06:11 -07:00
parent e914ac9619
commit c3a573a91e
6 changed files with 9694 additions and 62 deletions

View File

@@ -3,7 +3,7 @@ cores=$(nproc)
echo "${cores}"
/usr/bin/make clean
/usr/bin/make defconfig
cat ./.config | python3 /update_kernel_make_config.py
cat ./.config | python3 /update_kernel_make_config.py > ./.config
cat ./.config | python3 /update_kernel_make_config.py --file /linux/kernel_options.json
cat ./.config | python3 /update_kernel_make_config.py --file /linux/kernel_options.json > ./.config
/usr/bin/make olddefconfig
/usr/bin/make -j ${cores}