diff options
| author | Christian Lamparter | 2024-03-23 19:32:20 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2024-03-23 20:22:47 +0000 |
| commit | bbaf6b764e3807d0ebe0c07274e9b067c5cfa148 (patch) | |
| tree | 3dfb9fc4b240f89e1b49da708267e1f0d9bd9b16 | |
| parent | cf6849a6bf8002abf761dd25f74dd0b086b65fa2 (diff) | |
| download | openwrt-bbaf6b764e3807d0ebe0c07274e9b067c5cfa148.tar.gz | |
uml: promote to 6.1 kernel
there have been no reports of any problems with 6.1.
let's make it the default kernel.
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 ba3c7eae9d..d9c2b924b5 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.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |