mirror of
https://abf.rosa.ru/djam/kernel-6.1.git
synced 2025-02-25 00:02:55 +00:00
Make netconsole built-in rather than a module
This should allow getting the kernel log at the boot time, etc. May be useful to debug boot problems.
This commit is contained in:
parent
1fc61c45cc
commit
084e3931c2
2 changed files with 2 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,4 +1,4 @@
|
|||
sources:
|
||||
"linux-3.14.tar.xz": fc777520e5976caf0d5513502b8156f73748e379
|
||||
"patch-3.14.15.xz": d061f00a39738c9cf7ad54a849b7805f4948b22d
|
||||
"kernel-patches-and-configs-3.14.15.tar.xz": 2524873fdad7693f6877b2e25aba64553d729bbd
|
||||
"kernel-patches-and-configs-3.14.15.tar.xz": e2808feb80ad978d947f55854e1470fc6c92b75f
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
%define rpmrel %mkrel 0.%{kpatch}.%{mibrel}
|
||||
%endif
|
||||
%else
|
||||
%define rpmrel 2
|
||||
%define rpmrel 3
|
||||
%endif
|
||||
|
||||
# fakerel and fakever never change, they are used to fool
|
||||
|
|
Loading…
Add table
Reference in a new issue