mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 09:32:49 +00:00
6.0.0-xanmod1
This commit is contained in:
parent
8c4b4b13ae
commit
f64407aa0a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue