diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-02 07:06:37 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-05-02 07:06:37 +0000 |
| commit | 5f66829fd0446576fc18a12cd3580d68163a9fe3 (patch) | |
| tree | a5e199676b1546126e3bb6f2a615c6ee312b1abc /sub/kmod | |
| parent | af0680f18dd27888401624edd4eff7a9844c1cb5 (diff) | |
| download | lh-bootstrap-5f66829fd0446576fc18a12cd3580d68163a9fe3.tar.gz | |
Update to latest versions
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/kmod')
| -rw-r--r-- | sub/kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/kmod/Makefile b/sub/kmod/Makefile index a8c6146..2e43b8c 100644 --- a/sub/kmod/Makefile +++ b/sub/kmod/Makefile @@ -1,8 +1,8 @@ KMOD_NAME := kmod -#KMOD_VERSION := 32 +# pin to 33, 34+ needs meson (34 pretends to still support autotools but it's broken) KMOD_VERSION := 33 -KMOD_URLDIR := https://kernel.org/pub/linux/utils/kernel/$(KMOD_NAME) +KMOD_URLDIR := https://mirrors.edge.kernel.org/pub/linux/utils/kernel/$(KMOD_NAME) KMOD_TAREXT := tar.xz KMOD_TARLETTER := J |
