[openwrt/openwrt] apm821xx: switch to 6.6 kernel

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 17 04:05:18 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/02d47af19e1296ef85f3b8d63cacb1af3f1721f1

commit 02d47af19e1296ef85f3b8d63cacb1af3f1721f1
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sun Jun 2 16:01:04 2024 +0200

    apm821xx: switch to 6.6 kernel
    
    Switch the apm821xx targets to kernel 6.6.
    no complains received.
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15721
    Signed-off-by: Christian Marangi <ansuelsmth 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 6719a69779..1bbcbf5070 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 define Target/Description
 	Build images for AppliedMicro APM821xx based boards.




More information about the lede-commits mailing list