index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Paul Spooren <mail@aparcar.org>
2022-01-04 13:05:13 +0100
committer
Paul Spooren <mail@aparcar.org>
2022-01-04 13:05:13 +0100
commit
02852d55380dfae5452a51b508608adf499bb656
(
patch
)
tree
ae976229f329cc880039e517686d212dcc19d297
parent
4a2cca78245e9291096e7c8c98627426df50ef58
(
diff
)
uml: switch to Kernel 5.10
Switch over from testing version. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat
-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 3707ab4b19..ec662989ec 100644
--- a/
target/linux/uml/Makefile
+++ b/
target/linux/uml/Makefile
@@ -13,8 +13,7 @@ BOARD:=uml
BOARDNAME:=User Mode Linux
FEATURES:=squashfs ext4 audio
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
include $(INCLUDE_DIR)/target.mk