diff options
| author | Paul Spooren | 2022-01-04 12:05:13 +0000 |
|---|---|---|
| committer | Paul Spooren | 2022-01-04 12:05:13 +0000 |
| commit | 02852d55380dfae5452a51b508608adf499bb656 (patch) | |
| tree | ae976229f329cc880039e517686d212dcc19d297 | |
| parent | 4a2cca78245e9291096e7c8c98627426df50ef58 (diff) | |
| download | openwrt-02852d55380dfae5452a51b508608adf499bb656.tar.gz | |
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 |