From: Hauke Mehrtens Date: Wed, 26 Aug 2020 22:34:29 +0000 (+0200) Subject: pistachio: Use kernel 5.4 by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a32e538b8e37492311aff50b4063d8f31c6fd9;p=thirdparty%2Fopenwrt.git pistachio: Use kernel 5.4 by default Kernel 5.4 should be stable enough. Signed-off-by: Hauke Mehrtens Signed-off-by: maurerr --- diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index 0bf04dcc56f..672cd3f6294 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -13,8 +13,7 @@ FEATURES:=fpu usb usbgadget squashfs targz nand CPU_TYPE:=24kc CPU_SUBTYPE:=24kf -KERNEL_PATCHVER:=4.14 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk