diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2019-03-02 17:26:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2019-03-02 17:26:52 +0100 |
commit | 3e2aa41d9b780eb6ae6a11dd6bc9abcd6a7529fc (patch) | |
tree | 0d4ac948b0f1418547d52afe0aa13406e9093400 | |
parent | 4a557d08c0aa80dc03a5b6ef6f15c0b2a6b1f49f (diff) |
linux: update to 4.19.26
-rw-r--r-- | mk/linux-ver.mk | 6 | ||||
-rw-r--r-- | target/linux/Config.in.kernelversion | 6 | ||||
-rw-r--r-- | target/linux/patches/4.19.26/arc.patch (renamed from target/linux/patches/4.18.5/arc.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.19.26/startup.patch (renamed from target/linux/patches/4.18.5/startup.patch) | 0 |
4 files changed, 6 insertions, 6 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 6c8d96687..50de03d76 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -15,11 +15,11 @@ KERNEL_FILE_VER:= $(ADK_TARGET_LINUX_KERNEL_GIT) KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif -ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_18),y) -KERNEL_FILE_VER:= 4.18.5 +ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y) +KERNEL_FILE_VER:= 4.19.26 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= fb090a3680eddf6f10bf895bc3075bd3f830e3d2429ce469982db5a28df647bd +KERNEL_HASH:= bec45f66c94739596f2bbc35e89de7a2cbd407cf63b537970b52ab117db747fc endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y) KERNEL_FILE_VER:= 4.14.44 diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index f0a8ee8ef..5f1046e8b 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -16,7 +16,7 @@ default ADK_TARGET_LINUX_KERNEL_VERSION_GIT if ADK_TARGET_ARCH_RISCV64 default ADK_TARGET_LINUX_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_CRIS default ADK_TARGET_LINUX_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_H8300 default ADK_TARGET_LINUX_KERNEL_VERSION_4_4 if ADK_TARGET_ARCH_METAG -default ADK_TARGET_LINUX_KERNEL_VERSION_4_18 if ADK_TARGET_ARCH_ARC +default ADK_TARGET_LINUX_KERNEL_VERSION_4_19 if ADK_TARGET_ARCH_ARC default ADK_TARGET_LINUX_KERNEL_VERSION_4_14 config ADK_TARGET_LINUX_KERNEL_VERSION_GIT @@ -29,8 +29,8 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK -config ADK_TARGET_LINUX_KERNEL_VERSION_4_18 - bool "4.18.5" +config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 + bool "4.19.26" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_CSKY diff --git a/target/linux/patches/4.18.5/arc.patch b/target/linux/patches/4.19.26/arc.patch index 20810ce64..20810ce64 100644 --- a/target/linux/patches/4.18.5/arc.patch +++ b/target/linux/patches/4.19.26/arc.patch diff --git a/target/linux/patches/4.18.5/startup.patch b/target/linux/patches/4.19.26/startup.patch index dd27de856..dd27de856 100644 --- a/target/linux/patches/4.18.5/startup.patch +++ b/target/linux/patches/4.19.26/startup.patch |