[openwrt/openwrt] mvebu: Use kernel 4.14 by default
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 2 12:52:53 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/98aa44ce79c7f074ec2f5d627c1fe8a0d7a5a3e1
commit 98aa44ce79c7f074ec2f5d627c1fe8a0d7a5a3e1
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Mar 1 21:45:24 2018 +0100
mvebu: Use kernel 4.14 by default
I am not aware of any regressions in kernel 4.14 compared to kernel 4.9.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/mvebu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index a07aa7c..6f0c192 100644
--- a/target/linux/mvebu/Makefile
+++ b/target/linux/mvebu/Makefile
@@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9
CPU_SUBTYPE:=vfpv3
MAINTAINER:=Imre Kaloz <kaloz at openwrt.org>
-KERNEL_PATCHVER:=4.9
+KERNEL_PATCHVER:=4.14
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list