diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-12-03 22:20:37 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-12-12 09:06:17 +0100 |
commit | 50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d (patch) | |
tree | b2ba914a293aa0da2fcae780315f6343ec6b1625 /target/linux/uml | |
parent | f6c61571fb31a2917cdc7a68040a4bdc851e9112 (diff) | |
download | upstream-50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d.tar.gz upstream-50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d.tar.bz2 upstream-50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d.zip |
uml: switch to Kernel 5.15
Switch over from testing version.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/uml')
-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 90770cc0e4..9f6b9644f8 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -13,8 +13,7 @@ BOARD:=uml BOARDNAME:=User Mode Linux FEATURES:=audio ext4 rootfs-part squashfs -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |