diff options
| author | Christian Lamparter | 2022-09-16 20:32:58 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2022-09-24 21:53:53 +0000 |
| commit | 3aec35ab96b721ea1ee5a606169aef621807c861 (patch) | |
| tree | 7360a80a5f20f95fc8521f3ae07ee8cfcd0b29ca | |
| parent | 48ef6697596abda22d3a6bc964c4e1efa3fc2c52 (diff) | |
| download | openwrt-3aec35ab96b721ea1ee5a606169aef621807c861.tar.gz | |
apm821xx: make 5.15 kernel default
5.15 has been available for some time for testing.
Signed-off-by: Christian Lamparter <chunkeey@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 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. |