[openwrt/openwrt] pistachio: Use kernel 5.4 by default
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 26 18:42:18 EDT 2020
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e9b6dd3151232d13b7df013d70d8c3e1b0b4d3a2
commit e9b6dd3151232d13b7df013d70d8c3e1b0b4d3a2
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Aug 27 00:34:29 2020 +0200
pistachio: Use kernel 5.4 by default
Kernel 5.4 should be stable enough.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 0bf04dcc56..672cd3f629 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
More information about the lede-commits
mailing list