[openwrt/openwrt] kirkwood: set testing kernel version to 5.15

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 30 22:05:39 PDT 2022


mans0n pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/55553a45f8620b716eb3e8a67db3f426bc481a5b

commit 55553a45f8620b716eb3e8a67db3f426bc481a5b
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Mon Apr 25 09:36:39 2022 +0200

    kirkwood: set testing kernel version to 5.15
    
    This patch configures kernel testing version for kirkwood target.
    
    Compile tested: all
    Run tested: Endian 4i
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
---
 target/linux/kirkwood/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile
index e972b8e587..c7a25451c9 100644
--- a/target/linux/kirkwood/Makefile
+++ b/target/linux/kirkwood/Makefile
@@ -11,6 +11,7 @@ FEATURES:=usb nand squashfs ramdisk
 CPU_TYPE:=xscale
 
 KERNEL_PATCHVER:=5.10
+KERNEL_TESTING_PATCHVER:=5.15
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list