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:
|
sources:
|
||||||
- https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
|
- https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
|
||||||
- config
|
- config
|
||||||
|
build-dependances:
|
||||||
|
- flex
|
||||||
|
|
||||||
@build
|
@configure
|
||||||
cd 'linux-%{version}'
|
cd '%{name}-%{version}'
|
||||||
|
|
||||||
cp ../config .config
|
cp ../config .config
|
||||||
make olddefconfig
|
make olddefconfig
|
||||||
make
|
|
||||||
|
|
||||||
@install
|
@install
|
||||||
cd 'linux-%{version}'
|
cd 'linux-%{version}'
|
||||||
|
|
Reference in New Issue