Merge pull request #4927 from afbjorklund/kernel-version
Update KERNEL_VERSION to match buildroot configpull/4930/head
commit
3913618b9d
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ MINIKUBE_BUCKET ?= minikube/releases
|
|||
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
|
||||
MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
|
||||
|
||||
KERNEL_VERSION ?= 4.16.14
|
||||
KERNEL_VERSION ?= 4.15
|
||||
|
||||
# Currently *only* used for the KVM_BUILD_IMAGE, see also BUILD_IMAGE above
|
||||
GO_VERSION ?= 1.12.7
|
||||
|
|
Loading…
Reference in New Issue