diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-09-16 22:32:58 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-24 23:53:53 +0200 |
commit | 3aec35ab96b721ea1ee5a606169aef621807c861 (patch) | |
tree | 7360a80a5f20f95fc8521f3ae07ee8cfcd0b29ca /target/linux/apm821xx | |
parent | 48ef6697596abda22d3a6bc964c4e1efa3fc2c52 (diff) | |
download | upstream-3aec35ab96b721ea1ee5a606169aef621807c861.tar.gz upstream-3aec35ab96b721ea1ee5a606169aef621807c861.tar.bz2 upstream-3aec35ab96b721ea1ee5a606169aef621807c861.zip |
apm821xx: make 5.15 kernel default
5.15 has been available for some time for testing.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx')
-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 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. |