[source] kernel: really select kernel 4.4.71

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 7 14:02:12 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/b9600b8542dffd05ae9a85b98693dbf85e7f6c42

commit b9600b8542dffd05ae9a85b98693dbf85e7f6c42
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Jun 7 22:57:41 2017 +0200

    kernel: really select kernel 4.4.71
    
    The previous commit f4a4f324cb76ad ("kernel: update kernel 4.4 to
    4.4.71") missed the line which changes the kernel version, add it now.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 include/kernel-version.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index a95bd40..85d1577 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -3,7 +3,7 @@
 LINUX_RELEASE?=1
 
 LINUX_VERSION-3.18 = .43
-LINUX_VERSION-4.4 = .70
+LINUX_VERSION-4.4 = .71
 LINUX_VERSION-4.9 = .30
 
 LINUX_KERNEL_HASH-3.18.43 = 1236e8123a6ce537d5029232560966feed054ae31776fe8481dd7d18cdd5492c



More information about the lede-commits mailing list