linux: grooming, new configuration
parent
497dbd5c34
commit
125505606b
10589
linux/config
10589
linux/config
File diff suppressed because it is too large
Load Diff
|
@ -3,13 +3,15 @@ version: 5.2.9
|
|||
sources:
|
||||
- https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
|
||||
- config
|
||||
build-dependances:
|
||||
- flex
|
||||
|
||||
@build
|
||||
cd 'linux-%{version}'
|
||||
@configure
|
||||
cd '%{name}-%{version}'
|
||||
|
||||
cp ../config .config
|
||||
make olddefconfig
|
||||
make
|
||||
|
||||
|
||||
@install
|
||||
cd 'linux-%{version}'
|
||||
|
|
Reference in New Issue