6.0.0-xanmod1

This commit is contained in:
kelpee (Sergey) 2022-10-06 07:54:24 +03:00
parent 8c4b4b13ae
commit f64407aa0a

View file

@ -35,7 +35,7 @@
%define patch_rel 1 %define patch_rel 1
# Release number. Increase this before a rebuild. # Release number. Increase this before a rebuild.
%define rpmrel 2.klp %define rpmrel 3.klp
%define fullrpmrel %{rpmrel} %define fullrpmrel %{rpmrel}
@ -871,7 +871,8 @@ 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 sed -i 's!CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"!CONFIG_MODULE_SIG_KEY=""!' .config
#to avoid error "modprobe: FATAL: Module sunrpc not found in directory /lib/modules/..." #to avoid error "modprobe: FATAL: Module sunrpc not found in directory /lib/modules/..."
sed -i 's/CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES=y/# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set/' .config #sed -i 's/CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES=y/# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set/' .config
sed -i 's/CONFIG_SUNRPC=m/# CONFIG_SUNRPC is not set/' .config
sed -i 's!CONFIG_LOCALVERSION="-x64v2"!CONFIG_LOCALVERSION=""!' .config sed -i 's!CONFIG_LOCALVERSION="-x64v2"!CONFIG_LOCALVERSION=""!' .config
sed -i 's!CONFIG_LOCALVERSION="-x64v3"!CONFIG_LOCALVERSION=""!' .config sed -i 's!CONFIG_LOCALVERSION="-x64v3"!CONFIG_LOCALVERSION=""!' .config