projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6849a
)
uml: promote to 6.1 kernel
author
Christian Lamparter
<chunkeey@gmail.com>
Sat, 23 Mar 2024 19:32:20 +0000
(20:32 +0100)
committer
Christian Lamparter
<chunkeey@gmail.com>
Sat, 23 Mar 2024 20:22:47 +0000
(21:22 +0100)
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>
target/linux/uml/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/uml/Makefile
b/target/linux/uml/Makefile
index ba3c7eae9dc443a8df6694c18c4b3be52e17b745..d9c2b924b5c1f32d570bd2630ae4334e4dde455d 100644
(file)
--- 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