summaryrefslogtreecommitdiff
path: root/repo/linux-headers
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
committerdavidovski <david@davidovski.xyz>2022-12-19 23:07:05 +0000
commit05d004dfe0c9a9d898fac8a4a0292ca2a74ca391 (patch)
tree0b058ac267139f2a0525dec42b307664363e5b11 /repo/linux-headers
parent4c61af227b0fb3e028c877dc1c2e0b6513960762 (diff)
Making things work
Diffstat (limited to 'repo/linux-headers')
-rw-r--r--repo/linux-headers/linux-headers.xibuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/repo/linux-headers/linux-headers.xibuild b/repo/linux-headers/linux-headers.xibuild
index 96f8b27..4dfb4e3 100644
--- a/repo/linux-headers/linux-headers.xibuild
+++ b/repo/linux-headers/linux-headers.xibuild
@@ -1,10 +1,9 @@
#!/bin/sh
-MAKEDEPS="make cpio bc perl libelf kmod xmlto xz"
-DEPS="pahole"
+MAKEDEPS="make "
DESC="Linux kernel headers"
-PKG_VER=5.19
+PKG_VER=6.0.12
SOURCE=https://cdn.kernel.org/pub/linux/kernel/v${PKG_VER%%.*}.x/linux-$PKG_VER.tar.xz
build () {