diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-05-22 14:16:11 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-22 20:48:43 +0200 |
commit | 6c5f2d73e9344bc1b51442825cbc11e67b007ad3 (patch) | |
tree | e87af6fdcac64a662179624c99939f3e1ecb3181 /include | |
parent | 346d4c75eaa7a1d9bc8fcddc5db10a6aca95c005 (diff) | |
download | upstream-6c5f2d73e9344bc1b51442825cbc11e67b007ad3.tar.gz upstream-6c5f2d73e9344bc1b51442825cbc11e67b007ad3.tar.bz2 upstream-6c5f2d73e9344bc1b51442825cbc11e67b007ad3.zip |
kernel: bump 4.9 to 4.9.101
Refreshed all patches
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
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 7aa9bdaae4..73ccbf91cc 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -4,13 +4,13 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .71 LINUX_VERSION-4.4 = .121 -LINUX_VERSION-4.9 = .100 LINUX_VERSION-4.14 = .41 +LINUX_VERSION-4.9 = .101 LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240 LINUX_KERNEL_HASH-4.4.121 = 44a88268b5088dc326b30c9b9133ac35a9a200b636b7268d08f32abeae6ca729 -LINUX_KERNEL_HASH-4.9.100 = c5bb6f3a7113e05cbaf6e48b2b485dea4f7edae5e42b3fe81c963ba63413a77c LINUX_KERNEL_HASH-4.14.41 = ccf1147a9b05c986728bc9fa1b407e029c23a16c9f915134dc3f6f8663d8ce6d +LINUX_KERNEL_HASH-4.9.101 = af95d02b07e900ec4a49670aa2c9d95bf3238748c908cf506ce77aeaa5e7aa00 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |