diff options
author | David Bauer <mail@david-bauer.net> | 2021-08-30 00:46:33 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-09-02 22:30:34 +0200 |
commit | 9882a54c4848e2e282bca435c6aa0025d9fa37df (patch) | |
tree | 1e63739fe557fa4a137d261397e30bcb17f1c6b2 /include | |
parent | fdea0036a210427477b6cc1de7cee036e18aff39 (diff) | |
download | upstream-9882a54c4848e2e282bca435c6aa0025d9fa37df.tar.gz upstream-9882a54c4848e2e282bca435c6aa0025d9fa37df.tar.bz2 upstream-9882a54c4848e2e282bca435c6aa0025d9fa37df.zip |
kernel: bump 4.14 to 4.14.245
Compile-tested: ath79-generic
Run-tested: ath79-generic
Signed-off-by: David Bauer <mail@david-bauer.net>
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 a3527c142d..5636a11216 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 = .244 +LINUX_VERSION-4.14 = .245 -LINUX_KERNEL_HASH-4.14.244 = b6e0bfa171959aef36817e28f9010f5a949488db122a6ea7a4e8b8325923a574 +LINUX_KERNEL_HASH-4.14.245 = 0d7461890bca7eb836ff9f61b129cead97c80725577f7077a5fd67b18ea6b220 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |