diff options
| author | Aleksander Jan Bajkowski | 2021-03-05 19:16:35 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2021-04-03 16:56:02 +0000 |
| commit | f777884ac4959e98b2e86c177025e26f0bbf2218 (patch) | |
| tree | 1a3f4ebc97588048011b419caa8a9d245690ef63 | |
| parent | d9fa0daef1d8786a96c0f58dafa3f792b5463ef4 (diff) | |
| download | openwrt-f777884ac4959e98b2e86c177025e26f0bbf2218.tar.gz | |
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>
| -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 |