move to Linux 4.9.20 (issue #149)

This commit is contained in:
Trammell Hudson 2017-03-31 15:59:37 -04:00
parent 858b48d304
commit 7045d02794
No known key found for this signature in database
GPG Key ID: C7CFA251FF608213
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.9.7 Kernel Configuration
# Linux/x86 4.9.20 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@ -144,6 +144,8 @@ CONFIG_ARCH_SUPPORTS_INT128=y
# CONFIG_RELAY is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="../../dev.cpio"
CONFIG_INITRAMFS_ROOT_UID=0
CONFIG_INITRAMFS_ROOT_GID=0
# CONFIG_RD_GZIP is not set
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set

View File

@ -1,11 +1,12 @@
modules-y += linux
linux_version := 4.9.7
linux_version := 4.9.20
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_hash := $(linux-$(linux_version)_hash)