[openwrt/openwrt] uml: switch to Kernel 5.10
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 4 04:06:54 PST 2022
aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/02852d55380dfae5452a51b508608adf499bb656
commit 02852d55380dfae5452a51b508608adf499bb656
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Jan 4 13:05:13 2022 +0100
uml: switch to Kernel 5.10
Switch over from testing version.
Signed-off-by: Paul Spooren <mail at aparcar.org>
---
target/linux/uml/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile
index 3707ab4b19..ec662989ec 100644
--- a/target/linux/uml/Makefile
+++ b/target/linux/uml/Makefile
@@ -13,8 +13,7 @@ BOARD:=uml
BOARDNAME:=User Mode Linux
FEATURES:=squashfs ext4 audio
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list