diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:52:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:52:10 +0000 |
commit | 83f6cc219f1df40b14e3194c80f7df5fdac61fc1 (patch) | |
tree | d51710e7ffb6412130d6e631396bf7d682c638f3 /sub/kernel/Makefile | |
parent | 05f07a4b8c4c3d72cd582e24fcb862518d32e4c9 (diff) | |
download | lh-bootstrap-83f6cc219f1df40b14e3194c80f7df5fdac61fc1.tar.xz |
Update to new versions (first part)
Diffstat (limited to 'sub/kernel/Makefile')
-rw-r--r-- | sub/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/kernel/Makefile b/sub/kernel/Makefile index 264c2fd..4c4915d 100644 --- a/sub/kernel/Makefile +++ b/sub/kernel/Makefile @@ -1,6 +1,6 @@ include sub/kernel/Makefile.ncurses -KERNEL_VERSION ?= 5.5.1 +KERNEL_VERSION ?= 5.10.11 KERNEL_MAJOR := $(firstword $(subst ., ,$(KERNEL_VERSION))) KERNEL_FULLVERSION := $(if $(word 2,$(subst ., ,$(KERNEL_VERSION))),$(KERNEL_VERSION),$(KERNEL_VERSION).0) |