diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-03-21 20:56:57 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-03-22 23:02:09 +0100 |
commit | 8a92ae8e4b30370cca37e2498fe2ccb4340fa101 (patch) | |
tree | 64923b9f01d9a6c0163d96bf3c81e2ffc1fa9968 /target/linux | |
parent | 3509d4ec56b488d82c8fc95df8d12691b2b6cd1d (diff) | |
download | upstream-8a92ae8e4b30370cca37e2498fe2ccb4340fa101.tar.gz upstream-8a92ae8e4b30370cca37e2498fe2ccb4340fa101.tar.bz2 upstream-8a92ae8e4b30370cca37e2498fe2ccb4340fa101.zip |
apm821xx: switch to 5.4 kernel
This patch switches the APM821XX target to the linux kernel 5.4 variant.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux')
-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 9697af77bb..c7e27d3214 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -11,8 +11,7 @@ CPU_TYPE:=464fp FEATURES:=fpu dt gpio SUBTARGETS:=nand sata -KERNEL_PATCHVER:=4.19 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 define Target/Description Build images for AppliedMicro APM821xx based boards. |