diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-16 13:26:23 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-08-27 10:32:44 +0200 |
commit | 491eaa898bc10b2f22c4b9b8d9cea4b860a0587f (patch) | |
tree | cc9a8182c368eedb48e764c8c7a9d70ff21652f5 /include/kernel-version.mk | |
parent | 5f013de786da7e7b28445927b538e9c7bf7f768a (diff) | |
download | upstream-491eaa898bc10b2f22c4b9b8d9cea4b860a0587f.tar.gz upstream-491eaa898bc10b2f22c4b9b8d9cea4b860a0587f.tar.bz2 upstream-491eaa898bc10b2f22c4b9b8d9cea4b860a0587f.zip |
kernel: bump 4.19 to 4.19.67
Refreshed all patches.
Also add a missing symbol for x86 which got used now in this bump.
- ISCSI_IBFT
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include/kernel-version.mk')
-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 354b493236..87bf09f00d 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -8,11 +8,11 @@ endif LINUX_VERSION-4.9 = .189 LINUX_VERSION-4.14 = .139 -LINUX_VERSION-4.19 = .66 +LINUX_VERSION-4.19 = .67 LINUX_KERNEL_HASH-4.9.189 = 93d945661246f726b694455c80c140717d2beff5a718445a51183439bbe5d0b3 LINUX_KERNEL_HASH-4.14.139 = 8c62d495444dba90200740ec770d274780b010e957cfc447f07999d717e37042 -LINUX_KERNEL_HASH-4.19.66 = c981abe15c4b9496cdadb04e4f4afb88b3a78f31ced8d07684ee9c58b3fadb64 +LINUX_KERNEL_HASH-4.19.67 = 5a1c3d60c38a7a0a086fcd6fdce5603c31c487852b1b64c071ee6de62c98a502 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |