[openwrt/openwrt] armvirt: add 5.10 testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Sat Apr 3 18:17:32 BST 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f777884ac4959e98b2e86c177025e26f0bbf2218
commit f777884ac4959e98b2e86c177025e26f0bbf2218
Author: Aleksander Jan Bajkowski <A.Bajkowski at stud.elka.pw.edu.pl>
AuthorDate: Fri Mar 5 20:16:35 2021 +0100
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 at stud.elka.pw.edu.pl>
---
target/linux/armvirt/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list