projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef30e2
)
uml: switch to 6.6 kernel
author
Christian Lamparter
<chunkeey@gmail.com>
Sun, 2 Jun 2024 13:56:56 +0000
(15:56 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Mon, 17 Jun 2024 10:59:06 +0000
(12:59 +0200)
Switch the uml target to kernel 6.6.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Link:
https://github.com/openwrt/openwrt/pull/15713
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/uml/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/uml/Makefile
b/target/linux/uml/Makefile
index cad5d0f3d321bb04aa88b386ffe32932712f1d47..00f19fce5bdd29323241fd9e0cce4f8e531507f1 100644
(file)
--- a/
target/linux/uml/Makefile
+++ b/
target/linux/uml/Makefile
@@
-14,8
+14,7
@@
BOARDNAME:=User Mode Linux
FEATURES:=audio ext4 rootfs-part squashfs
SUBTARGETS:=generic
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk