diff mbox

[LEDE-DEV] kernel: update kernel 4.4 to version 4.4.29

Message ID trinity-f2cbfffc-7a00-4963-a20a-925c3fcad09f-1477960145439@3capp-gmx-bs72
State Superseded
Headers show

Commit Message

p.wassi@gmx.at Nov. 1, 2016, 12:29 a.m. UTC
From: Paul Wassi <p.wassi@gmx.at>

Refresh patches for all targets that support kernel 4.4.
compile/run-tested on ar71xx, brcm47xx, kirkwood.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
---
 include/kernel-version.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Syrone Wong Nov. 1, 2016, 6:30 a.m. UTC | #1
4.4.30 has been released.


Best Regards,
Syrone Wong


On Tue, Nov 1, 2016 at 8:29 AM,  <p.wassi@gmx.at> wrote:
> From: Paul Wassi <p.wassi@gmx.at>
>
> Refresh patches for all targets that support kernel 4.4.
> compile/run-tested on ar71xx, brcm47xx, kirkwood.
>
> Signed-off-by: Paul Wassi <p.wassi@gmx.at>
> ---
>  include/kernel-version.mk |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/kernel-version.mk b/include/kernel-version.mk
> --- a/include/kernel-version.mk
> +++ b/include/kernel-version.mk
> @@ -4,11 +4,11 @@ LINUX_RELEASE?=1
>
>  LINUX_VERSION-3.18 = .43
>  LINUX_VERSION-4.1 = .34
> -LINUX_VERSION-4.4 = .28
> +LINUX_VERSION-4.4 = .29
>
>  LINUX_KERNEL_MD5SUM-3.18.43 = b1faeb4a2e1e70ffe061bdbb3452840a
>  LINUX_KERNEL_MD5SUM-4.1.34 = fba99f0f4765ebf01033e69518740a3c
> -LINUX_KERNEL_MD5SUM-4.4.28 = 841acb9109a893ab2f60b02355e1527e80fa09251e46339317f6984d69b1f4fc
> +LINUX_KERNEL_MD5SUM-4.4.29 = e772f3b855e4373d99da105602aea26f5e1bc69f06bb511239a013bb91676531
>
>  ifdef KERNEL_PATCHVER
>    LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
>
> _______________________________________________
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
diff mbox

Patch

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -4,11 +4,11 @@  LINUX_RELEASE?=1
 
 LINUX_VERSION-3.18 = .43
 LINUX_VERSION-4.1 = .34
-LINUX_VERSION-4.4 = .28
+LINUX_VERSION-4.4 = .29
 
 LINUX_KERNEL_MD5SUM-3.18.43 = b1faeb4a2e1e70ffe061bdbb3452840a
 LINUX_KERNEL_MD5SUM-4.1.34 = fba99f0f4765ebf01033e69518740a3c
-LINUX_KERNEL_MD5SUM-4.4.28 = 841acb9109a893ab2f60b02355e1527e80fa09251e46339317f6984d69b1f4fc
+LINUX_KERNEL_MD5SUM-4.4.29 = e772f3b855e4373d99da105602aea26f5e1bc69f06bb511239a013bb91676531
 
 ifdef KERNEL_PATCHVER
   LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))