diff options
| author | Christian Lamparter | 2022-12-03 21:20:37 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2022-12-12 08:06:17 +0000 |
| commit | 50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d (patch) | |
| tree | b2ba914a293aa0da2fcae780315f6343ec6b1625 | |
| parent | f6c61571fb31a2917cdc7a68040a4bdc851e9112 (diff) | |
| download | openwrt-50d20db6a8fd2aaed3322578c6e5a2960a8d3f4d.tar.gz | |
uml: switch to Kernel 5.15
Switch over from testing version.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
| -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 |