UPD config-6.18.9.x86_64

This commit is contained in:
2026-02-21 14:26:33 +01:00
parent f6b212e89d
commit 562548adb8
3 changed files with 385 additions and 277 deletions

View File

@@ -119,7 +119,7 @@ prepare() {
build() {
cd $_srcname
make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
# make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make htmldocs SPHINXOPTS=-QT
}
@@ -182,7 +182,7 @@ _package-headers() {
echo "Installing build files..."
install -Dt "$builddir" -m644 .config Makefile Module.symvers System.map \
localversion.* version vmlinux tools/bpf/bpftool/vmlinux.h
localversion.* version vmlinux # tools/bpf/bpftool/vmlinux.h
install -Dt "$builddir/kernel" -m644 kernel/Makefile
install -Dt "$builddir/arch/$karch" -m644 arch/$karch/Makefile
cp -t "$builddir" -a scripts