summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-07 13:10:45 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-10-08 12:46:02 +0200
commit778243b3b4c6125fba3f66ae821b46095cc0cc19 (patch)
tree758fcc35b76b1af98fc4c7bd0f7616ec8a23f2e4 /include
parentd513f28351872c6b5ff5b902e96526ec970828b5 (diff)
downloadopenwrt-778243b3b4c6125fba3f66ae821b46095cc0cc19.tar.gz
openwrt-778243b3b4c6125fba3f66ae821b46095cc0cc19.tar.bz2
openwrt-778243b3b4c6125fba3f66ae821b46095cc0cc19.zip
kernel: bump 4.14 to 4.14.147
Refreshed all patches. Compile-tested on: cns3xxx, imx6 Compile-tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index a0f6bfa7d0..2fbd9de7b7 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .195
-LINUX_VERSION-4.14 = .146
+LINUX_VERSION-4.14 = .147
LINUX_KERNEL_HASH-4.9.195 = 54be562a2da16eecd612f641146dc099c1aa05c0fc559c971bdfde161c929d68
-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)))))))