bump Linux kernel to 4.9.38 (issue #224)

This commit is contained in:
Trammell Hudson 2017-07-18 14:25:15 -04:00
parent fcc99eca93
commit 314ce7b350
Failed to extract signature
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.20 Kernel Configuration
# Linux/x86 4.9.38 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y

View File

@ -1,12 +1,13 @@
modules-y += linux
linux_version := 4.9.20
linux_version := 4.9.38
linux_dir := linux-$(linux_version)
linux_tar := linux-$(linux_version).tar.xz
linux_url := https://cdn.kernel.org/pub/linux/kernel/v4.x/$(linux_tar)
linux-4.9.7_hash := 0b61283b71c7397cb6b5ac3497845d3cdf8137ecd16ab39c8ac6cf5bb90e33dc
linux-4.9.20_hash := 48660806dd32fb8dcbcf5932291bf6cc7d29240070372230871e0f56fea81341
linux-4.9.38_hash := 76d789d87dd51d2fd58c095727171984fa4a992f5e25b9e3eb1e5fd5cd129074
linux_hash := $(linux-$(linux_version)_hash)