mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 17:42:49 +00:00
Updated to 5.13.0-xanmod2
This commit is contained in:
parent
7e3ced1113
commit
31bf8a4c0c
1 changed files with 5 additions and 2 deletions
|
@ -720,8 +720,11 @@ echo >> .config
|
||||||
#echo 'CONFIG_MODULE_SIG_KEY=""' >> .config
|
#echo 'CONFIG_MODULE_SIG_KEY=""' >> .config
|
||||||
|
|
||||||
# Disable Kernel module signing
|
# Disable Kernel module signing
|
||||||
sed -i 's/CONFIG_MODULE_SIG_ALL=y/# CONFIG_MODULE_SIG_ALL is not set/' .config
|
# sed -i 's/CONFIG_MODULE_SIG_ALL=y/# CONFIG_MODULE_SIG_ALL is not set/' .config
|
||||||
sed -i 's/CONFIG_MODULE_SIG=y/# CONFIG_MODULE_SIG is not set/' .config
|
# sed -i 's/CONFIG_MODULE_SIG=y/# CONFIG_MODULE_SIG is not set/' .config
|
||||||
|
|
||||||
|
sed -i 's/CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"/CONFIG_MODULE_SIG_KEY=""/' .config
|
||||||
|
|
||||||
|
|
||||||
# To avoid ERROR: "error: call to '__read_overflow2' declared with attribute
|
# To avoid ERROR: "error: call to '__read_overflow2' declared with attribute
|
||||||
# error: detected read beyond size of object passed as 2nd parameter"
|
# error: detected read beyond size of object passed as 2nd parameter"
|
||||||
|
|
Loading…
Add table
Reference in a new issue