diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-07 13:04:42 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-10-08 12:45:13 +0200 |
commit | c4b514b2003687c4d8fb532423afe095e40b6f9c (patch) | |
tree | 52e29be186dc31964ac30ef16a1a51319216957a /include | |
parent | fd82b4fe7062be137bebb660bfbcbff64b2715c1 (diff) | |
download | upstream-c4b514b2003687c4d8fb532423afe095e40b6f9c.tar.gz upstream-c4b514b2003687c4d8fb532423afe095e40b6f9c.tar.bz2 upstream-c4b514b2003687c4d8fb532423afe095e40b6f9c.zip |
kernel: bump 4.14 to 4.14.147
Refreshed all patches.
Altered patches:
- 403-mtd_fix_cfi_cmdset_0002_status_check.patch (ar71xx)
- 403-mtd_fix_cfi_cmdset_0002_status_check.patch (ath79)
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Compile-tested on: ar71xx, cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.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 83ea51cb61..56b239cc79 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 = .146 +LINUX_VERSION-4.14 = .147 -LINUX_KERNEL_HASH-4.14.146 = a3c54b887ea3e679382bd4c0536e6a281b071dab2258bd3ee8af75baef2023f5 +LINUX_KERNEL_HASH-4.14.147 = 8fd793688c9d9d4e26fdc175be92b6e638b6a86f4150dd66edecebab0bb85b12 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |