Updated to 5.13.0-xanmod2

This commit is contained in:
Sergey 2021-07-05 12:09:17 +00:00
parent 7e3ced1113
commit 31bf8a4c0c

View file

@ -720,8 +720,11 @@ echo >> .config
#echo 'CONFIG_MODULE_SIG_KEY=""' >> .config
# 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=y/# CONFIG_MODULE_SIG 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_KEY="certs/signing_key.pem"/CONFIG_MODULE_SIG_KEY=""/' .config
# To avoid ERROR: "error: call to '__read_overflow2' declared with attribute
# error: detected read beyond size of object passed as 2nd parameter"