projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf0d66
)
realtek: switch to 6.12 as default
author
Jonas Jelonek
<jelonek.jonas@gmail.com>
Sat, 14 Jun 2025 21:49:22 +0000
(21:49 +0000)
committer
Robert Marko
<robimarko@gmail.com>
Sun, 22 Jun 2025 14:38:11 +0000
(16:38 +0200)
Use Linux 6.12 as default for all subtargets.
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link:
https://github.com/openwrt/openwrt/pull/19139
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/realtek/Makefile
b/target/linux/realtek/Makefile
index 32cd48b8a2433eea8a9ab37daf13c74020b35393..5cd62e7c04bdc146c07d504e3c58ff41a63970fb 100644
(file)
--- a/
target/linux/realtek/Makefile
+++ b/
target/linux/realtek/Makefile
@@
-9,8
+9,7
@@
DEVICE_TYPE:=basic
FEATURES:=ramdisk squashfs
SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
define Target/Description
Build firmware images for Realtek RTL83xx based boards.