aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2022-01-04 13:05:13 +0100
committerPaul Spooren <mail@aparcar.org>2022-01-04 13:05:13 +0100
commit02852d55380dfae5452a51b508608adf499bb656 (patch)
treeae976229f329cc880039e517686d212dcc19d297 /target
parent4a2cca78245e9291096e7c8c98627426df50ef58 (diff)
downloadupstream-02852d55380dfae5452a51b508608adf499bb656.tar.gz
upstream-02852d55380dfae5452a51b508608adf499bb656.tar.bz2
upstream-02852d55380dfae5452a51b508608adf499bb656.zip
uml: switch to Kernel 5.10
Switch over from testing version. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target')
-rw-r--r--target/linux/uml/Makefile3
1 files changed, 1 insertions, 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