summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-06-24 13:44:29 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-06-24 16:44:13 +0200
commit9c6fb1d67a450178da49771184dfcb85f719c594 (patch)
tree1076ed678d099be1d814b847f2f58c539aef68d9 /include
parent6c1bef833d4be35e29446571cd3675814f329c52 (diff)
downloadopenwrt-9c6fb1d67a450178da49771184dfcb85f719c594.tar.gz
openwrt-9c6fb1d67a450178da49771184dfcb85f719c594.tar.bz2
openwrt-9c6fb1d67a450178da49771184dfcb85f719c594.zip
kernel: bump 4.14 to 4.14.129
Refreshed all patches. Compile-tested on: cns3xxx Runtime-tested on: cns3xxx 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 dc41636202..0aee89f2be 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,10 +3,10 @@
LINUX_RELEASE?=1
LINUX_VERSION-4.9 = .183
-LINUX_VERSION-4.14 = .128
+LINUX_VERSION-4.14 = .129
LINUX_KERNEL_HASH-4.9.183 = fd57b0991cdbf4e2e933c260356a4768d6685a77460684f8de36a59fd42867f3
-LINUX_KERNEL_HASH-4.14.128 = e93c2c754f1f9c610314b2fe9f27a9636ad3a7f43983469bb8e0f44a531f2913
+LINUX_KERNEL_HASH-4.14.129 = 7548482b03aea1784e728e4d29fe75a2abc61c9dbf9851ec925a7fbecf9336e4
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))