diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-02-06 02:47:54 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-02-06 03:23:06 +0100 |
commit | d2c4041f0266cc93447998ddd67c7d6b6a4c2ee3 (patch) | |
tree | ca75cb0ff57bf1cee1b57353074106f71265a103 /include | |
parent | 3bef96ef18a6fb20401313dfa6e88057d56b16ad (diff) | |
download | upstream-d2c4041f0266cc93447998ddd67c7d6b6a4c2ee3.tar.gz upstream-d2c4041f0266cc93447998ddd67c7d6b6a4c2ee3.tar.bz2 upstream-d2c4041f0266cc93447998ddd67c7d6b6a4c2ee3.zip |
kernel: update kernel 4.4 to version 4.4.47
Refresh patches for all targets that support kernel 4.4.
Compile-tested on all targets that use kernel 4.4 and aren't marked
broken, except arc770 and arch38 due to broken toolchain.
Runtime-tested on ar71xx, octeon, ramips and x86/64.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
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 19e054063a..55ad604dd7 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,11 +3,11 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .43 -LINUX_VERSION-4.4 = .46 +LINUX_VERSION-4.4 = .47 LINUX_VERSION-4.9 = .8 LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c -LINUX_KERNEL_HASH-4.4.46 = bb944846c5901aa2cadaa20c3d953ec03ff707dc1178e6ac3851e98747872058 +LINUX_KERNEL_HASH-4.4.47 = ce0ac0016f37ba3e9bc8ad3765933b61c4072fcfe4c44804fc7b308cd7f94de7 LINUX_KERNEL_HASH-4.9.8 = 150bb7f2dd4849b5d21b8ccd8d05294a48229e1fcb93a22e7b806a79ec0b0e45 ifdef KERNEL_PATCHVER |