diff options
author | Etienne Haarsma <bladeoner112@gmail.com> | 2017-12-01 18:26:40 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-12-12 11:10:47 +0100 |
commit | 2b664499cd6223b8063c648d8b1499431bc1103f (patch) | |
tree | da59c918624d5eeacf7659312918f61203191432 /include | |
parent | ed82c52a4a88af17e525914f5d5727f0bc448c5a (diff) | |
download | upstream-2b664499cd6223b8063c648d8b1499431bc1103f.tar.gz upstream-2b664499cd6223b8063c648d8b1499431bc1103f.tar.bz2 upstream-2b664499cd6223b8063c648d8b1499431bc1103f.zip |
kernel: bump 4.4 to 4.4.103 for 17.01
Refreshed all patches.
Removed upstream ramips patches:
0101-MIPS-ralink-Fix-MT7628-pinmux.patch
0102--MIPS-ralink-Fix-typo-in-mt7628-pinmux-function.patch
Compile-tested: ar71xx
Run-tested: ar71xx
Signed-off-by: Etienne Haarsma <bladeoner112@gmail.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 b36b6394ab..e90a3c70ab 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,10 +3,10 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .43 -LINUX_VERSION-4.4 = .102 +LINUX_VERSION-4.4 = .103 LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c -LINUX_KERNEL_HASH-4.4.102 = ede2c22a559e1d894161d53e1d634ee969380a159642aafc0c9c268daf8eaafe +LINUX_KERNEL_HASH-4.4.103 = 1d01d0785fdf52b3f3b9f7ad05b6cff6be034869935962478e19f265b022f904 ifdef KERNEL_PATCHVER LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER))) |