diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2021-03-05 20:16:35 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-03 18:56:02 +0200 |
commit | f777884ac4959e98b2e86c177025e26f0bbf2218 (patch) | |
tree | 1a3f4ebc97588048011b419caa8a9d245690ef63 /target/linux/armvirt/Makefile | |
parent | d9fa0daef1d8786a96c0f58dafa3f792b5463ef4 (diff) | |
download | upstream-f777884ac4959e98b2e86c177025e26f0bbf2218.tar.gz upstream-f777884ac4959e98b2e86c177025e26f0bbf2218.tar.bz2 upstream-f777884ac4959e98b2e86c177025e26f0bbf2218.zip |
armvirt: add 5.10 testing kernel
Add 5.10 as testing kernel. Builds successfully with
CONFIG_ALL_KMODS=y enabled.
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Diffstat (limited to 'target/linux/armvirt/Makefile')
-rw-r--r-- | target/linux/armvirt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index bf069952d9..6c0d670743 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 include $(INCLUDE_DIR)/target.mk |