diff options
author | Paul Spooren <mail@aparcar.org> | 2022-01-04 13:05:13 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-01-04 13:05:13 +0100 |
commit | 02852d55380dfae5452a51b508608adf499bb656 (patch) | |
tree | ae976229f329cc880039e517686d212dcc19d297 | |
parent | 4a2cca78245e9291096e7c8c98627426df50ef58 (diff) | |
download | upstream-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>
-rw-r--r-- | target/linux/uml/Makefile | 3 |
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 |