From e04efc21acf91acde6814a11bae61304ec56f1f0 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 11 Nov 2017 23:37:17 +0800 Subject: [PATCH] fix mvebu now using kernel 4.4 --- 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 a07aa7cf2..e319a8f82 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 -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk