linux: grooming, new configuration

master
Philippe PITTOLI 2019-09-08 18:54:28 +02:00
parent 497dbd5c34
commit 125505606b
2 changed files with 8231 additions and 2366 deletions

10589
linux/config

File diff suppressed because it is too large Load Diff

View File

@ -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}'