diff options
author | Paul Spooren <mail@aparcar.org> | 2021-09-29 19:13:55 -1000 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2021-10-10 16:44:15 +0200 |
commit | 4ee9b3f462166f179f18e10b7b2e6f655473bb05 (patch) | |
tree | 01378c6ac0c23b8bfd0bdcb86e1555b3d93deb49 | |
parent | 2a6cab09b940aa3b0176147f74ad5d3c69660a4b (diff) | |
download | upstream-4ee9b3f462166f179f18e10b7b2e6f655473bb05.tar.gz upstream-4ee9b3f462166f179f18e10b7b2e6f655473bb05.tar.bz2 upstream-4ee9b3f462166f179f18e10b7b2e6f655473bb05.zip |
apm821xx: switch to Kernel 5.10
Signed-off-by: Paul Spooren <mail@aparcar.org>
-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 9c7f276dc0..7d31ac8d67 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.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 define Target/Description Build images for AppliedMicro APM821xx based boards. |