diff options
| author | Christian Lamparter | 2024-06-02 14:01:04 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-06-17 10:58:40 +0000 |
| commit | 02d47af19e1296ef85f3b8d63cacb1af3f1721f1 (patch) | |
| tree | 6dfeecbbd9f423bed1fce7e45017b18604a23b80 | |
| parent | 6ff598306fa2964fab5def3ca2fc572a5d801c64 (diff) | |
| download | openwrt-02d47af19e1296ef85f3b8d63cacb1af3f1721f1.tar.gz | |
apm821xx: switch to 6.6 kernel
Switch the apm821xx targets to kernel 6.6.
no complains received.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15721
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/apm821xx/Makefile | 3 |
1 files changed, 1 insertions, 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. |