mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 09:32:49 +00:00
Build mei and mei-me as modules rather than built-in parts
The modules are not needed on the systems without MEI hardware, so there is no need to keep them in memory. Additionally, if mei and mei-me are loaded on such systems, they have reportedly caused problems with hibernation. It is better to let the system decide whether to load them and to have an opportunity to blacklist them if needed.
This commit is contained in:
parent
e5a668a457
commit
8585156cb4
2 changed files with 2 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
|||
sources:
|
||||
"linux-3.14.15-rosa69.tar.xz": 7ba7f9ddb70927b26dbc316706181f849ca0c321
|
||||
"linux-3.14.15-rosa69.tar.xz": 7e029333e9b3a7c11fdcc62b1ed88f0f583226cf
|
||||
"linux-3.14.tar.xz": fc777520e5976caf0d5513502b8156f73748e379
|
||||
"patch-3.14.15.xz": d061f00a39738c9cf7ad54a849b7805f4948b22d
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
%define rpmrel %mkrel 0.%{kpatch}.%{mibrel}
|
||||
%endif
|
||||
%else
|
||||
%define rpmrel 1
|
||||
%define rpmrel 2
|
||||
%endif
|
||||
|
||||
# fakerel and fakever never change, they are used to fool
|
||||
|
|
Loading…
Add table
Reference in a new issue