File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ MINIKUBE_BUCKET ?= minikube/releases
58
58
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
59
59
MINIKUBE_RELEASES_URL =https://github.com/kubernetes/minikube/releases/download
60
60
61
- KERNEL_VERSION ?= 4.19.114
61
+ KERNEL_VERSION ?= 4.19.150
62
62
# latest from https://github.com/golangci/golangci-lint/releases
63
63
GOLINT_VERSION ?= v1.30.0
64
64
# Limit number of default jobs, to avoid the CI builds running out of memory
Original file line number Diff line number Diff line change @@ -313,7 +313,6 @@ CONFIG_VMWARE_BALLOON=m
313
313
CONFIG_VMWARE_VMCI=m
314
314
CONFIG_BLK_DEV_SD=y
315
315
CONFIG_BLK_DEV_SR=y
316
- CONFIG_BLK_DEV_SR_VENDOR=y
317
316
CONFIG_CHR_DEV_SG=y
318
317
CONFIG_SCSI_CONSTANTS=y
319
318
CONFIG_SCSI_SPI_ATTRS=y
@@ -408,7 +407,6 @@ CONFIG_FB_MODE_HELPERS=y
408
407
CONFIG_FB_TILEBLITTING=y
409
408
CONFIG_FB_EFI=y
410
409
# CONFIG_LCD_CLASS_DEVICE is not set
411
- CONFIG_VGACON_SOFT_SCROLLBACK=y
412
410
CONFIG_LOGO=y
413
411
# CONFIG_LOGO_LINUX_MONO is not set
414
412
# CONFIG_LOGO_LINUX_VGA16 is not set
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_MINIKUBE_PATH)/board/coreos/minikube/patche
21
21
BR2_LINUX_KERNEL=y
22
22
BR2_LINUX_KERNEL_LATEST_VERSION=n
23
23
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
24
- BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.114 "
24
+ BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.150 "
25
25
BR2_LINUX_KERNEL_BZIMAGE=y
26
26
BR2_LINUX_KERNEL_LZ4=y
27
27
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
You can’t perform that action at this time.
0 commit comments