diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 19:01:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-09-30 19:14:37 +0200 |
commit | 48f6edf615cb5ddf5a23cd32cb7f196ad96e22f9 (patch) | |
tree | ecfc057b747b40d77f83a93f3df1fc408395ed2b | |
parent | aac679b676bb493872aa46d3a9ddcadbfe524562 (diff) |
linux: update to 4.9.75
-rw-r--r-- | mk/linux-ver.mk | 4 | ||||
-rw-r--r-- | target/linux/Config.in.kernelversion | 6 | ||||
-rw-r--r-- | target/linux/patches/4.19.75/arc.patch (renamed from target/linux/patches/4.19.71/arc.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.19.75/startup.patch (renamed from target/linux/patches/4.19.71/startup.patch) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mk/linux-ver.mk b/mk/linux-ver.mk index 9efde56ee..93796e241 100644 --- a/mk/linux-ver.mk +++ b/mk/linux-ver.mk @@ -16,10 +16,10 @@ KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(ADK_TARGET_LINUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE) endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_19),y) -KERNEL_FILE_VER:= 4.19.71 +KERNEL_FILE_VER:= 4.19.75 KERNEL_RELEASE:= 1 KERNEL_VERSION:= $(KERNEL_FILE_VER)-$(KERNEL_RELEASE) -KERNEL_HASH:= 1f53ebffd4842099db429172f6bac6a23e6f355f1278efb321860a34cf9a5cae +KERNEL_HASH:= dd5e7147e1e4501560fba5beb86dae6bf6ba843518ab3d4cad283de77b651b78 endif ifeq ($(ADK_TARGET_LINUX_KERNEL_VERSION_4_14),y) KERNEL_FILE_VER:= 4.14.142 diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index adec9d2d8..57041f360 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -19,8 +19,8 @@ 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_19 if ADK_TARGET_ARCH_ARC -default ADK_TARGET_LINUX_KERNEL_VERSION_4_14 +default ADK_TARGET_LINUX_KERNEL_VERSION_4_9 if ADK_TARGET_ARCH_AVR32 +default ADK_TARGET_LINUX_KERNEL_VERSION_4_19 config ADK_TARGET_LINUX_KERNEL_VERSION_GIT bool "git" @@ -34,7 +34,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 - bool "4.19.71" + bool "4.19.75" select ADK_TARGET_LINUX_KERNEL_NEW depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS diff --git a/target/linux/patches/4.19.71/arc.patch b/target/linux/patches/4.19.75/arc.patch index 20810ce64..20810ce64 100644 --- a/target/linux/patches/4.19.71/arc.patch +++ b/target/linux/patches/4.19.75/arc.patch diff --git a/target/linux/patches/4.19.71/startup.patch b/target/linux/patches/4.19.75/startup.patch index dd27de856..dd27de856 100644 --- a/target/linux/patches/4.19.71/startup.patch +++ b/target/linux/patches/4.19.75/startup.patch |