diff options
author | Koen Vandeputte <koen.vandeputte@citymesh.com> | 2021-04-12 11:38:51 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2021-04-30 10:56:39 +0200 |
commit | 906f560e79d285abf35c492ab486d23bb8b7ccaa (patch) | |
tree | fc16beedaa184c5825553f85850ccb8b3fb6b0ca /include | |
parent | cc0b70467d0f67ea6481100631119ae77b76c9eb (diff) | |
download | upstream-906f560e79d285abf35c492ab486d23bb8b7ccaa.tar.gz upstream-906f560e79d285abf35c492ab486d23bb8b7ccaa.tar.bz2 upstream-906f560e79d285abf35c492ab486d23bb8b7ccaa.zip |
kernel: bump 4.14 to 4.14.230
Refreshed all patches.
Remove upstreamed:
- 840-can-flexcan-flexcan_chip_freeze-fix-chip-freeze-for-.patch
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index f3f9a41f4f..6b2ec6fb2c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-4.14 = .229 +LINUX_VERSION-4.14 = .230 -LINUX_KERNEL_HASH-4.14.229 = b29be839cddea6d728155ecd9dfa8bced517ab7456ce13bb3d23b63d28ab362c +LINUX_KERNEL_HASH-4.14.230 = 9c95f354db7d35c8b8767844d0f5bf2fc615cb235a2cb0add56e11ad8366c5be remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |