|
6385ce92e3
|
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
|
2023-05-18 18:13:09 +00:00 |
|
|
bcf8de336f
|
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched
from
[[supported_kernels]]
distro_type = "Ubuntu"
distro_release = "16.04"
...
to
[[supported_kernels]]
distro = { id = "Ubuntu", release = "16.04" }
...
|
2023-05-18 16:07:24 +00:00 |
|
|
2460b8230a
|
Ignore logs
|
2023-05-09 17:43:53 +00:00 |
|
|
72bb8df46b
|
Support CentOS kernels
Resolves #8
|
2019-08-20 18:58:08 +00:00 |
|
|
ea5f06334c
|
Fix regexp
|
2019-08-17 15:30:42 +00:00 |
|
|
fdb08ecf62
|
Print kernel config skeleton to stdout
|
2018-11-28 23:53:47 +00:00 |
|
|
8eff63f2b9
|
Basic kernel autogeneration (based on current config) implementation
|
2018-11-28 22:41:17 +00:00 |
|
|
9843778f06
|
Implements tests for kernel modules
|
2018-10-07 17:53:57 +00:00 |
|
|
97842d8753
|
Add example kernel module
|
2018-10-07 10:48:25 +00:00 |
|