Skip to content

Commit d8ceff8

Browse files
committed
Bump kernel version for buildroot
1 parent d4bdc21 commit d8ceff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ MINIKUBE_BUCKET ?= minikube/releases
5858
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
5959
MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
6060

61-
KERNEL_VERSION ?= 4.19.150
61+
KERNEL_VERSION ?= 4.19.157
6262
# latest from https://github.com/golangci/golangci-lint/releases
6363
GOLINT_VERSION ?= v1.30.0
6464
# Limit number of default jobs, to avoid the CI builds running out of memory

deploy/iso/minikube-iso/configs/minikube_defconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_MINIKUBE_PATH)/board/coreos/minikube/patche
2121
BR2_LINUX_KERNEL=y
2222
BR2_LINUX_KERNEL_LATEST_VERSION=n
2323
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
24-
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.150"
24+
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.157"
2525
BR2_LINUX_KERNEL_BZIMAGE=y
2626
BR2_LINUX_KERNEL_LZ4=y
2727
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y

0 commit comments

Comments
 (0)