From 2fbf5961de6d1f4f9dc501798fa090a0f3d03ea7 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 27 Aug 2020 00:34:29 +0200 Subject: [PATCH] pistachio: Use kernel 5.4 by default Kernel 5.4 should be stable enough. Signed-off-by: Hauke Mehrtens --- target/linux/pistachio/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index 5545591a0f..ab3f58eb6b 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -14,8 +14,7 @@ CPU_TYPE:=24kc CPU_SUBTYPE:=24kf MAINTAINER:= -KERNEL_PATCHVER:=4.14 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk