13 lines
226 B
Markdown
13 lines
226 B
Markdown
linux-headers 6.18.7
|
|
=
|
|
https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.7.tar.xz
|
|
|
|
``` sh *** build ***
|
|
make ARCH=x86 INSTALL_HDR_PATH=/pkg/gnu/linux-headers headers_install
|
|
```
|
|
|
|
``` cfg *** build deps ***
|
|
glibc
|
|
gcc
|
|
```
|