[openwrt/openwrt] apm821xx: make 5.15 kernel default

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 24 14:55:56 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3aec35ab96b721ea1ee5a606169aef621807c861

commit 3aec35ab96b721ea1ee5a606169aef621807c861
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Fri Sep 16 22:32:58 2022 +0200

    apm821xx: make 5.15 kernel default
    
    5.15 has been available for some time for testing.
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/apm821xx/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile
index 875ff225a9..bb0ee9b5b1 100644
--- a/target/linux/apm821xx/Makefile
+++ b/target/linux/apm821xx/Makefile
@@ -9,8 +9,7 @@ CPU_TYPE:=464fp
 FEATURES:=fpu dt gpio ramdisk squashfs usb
 SUBTARGETS:=nand sata
 
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 define Target/Description
 	Build images for AppliedMicro APM821xx based boards.




More information about the lede-commits mailing list