projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b4131d
)
realtek: default to 6.6
author
Robert Marko
<robimarko@gmail.com>
Tue, 17 Sep 2024 10:54:47 +0000
(12:54 +0200)
committer
Robert Marko
<robimarko@gmail.com>
Tue, 17 Sep 2024 19:21:37 +0000
(21:21 +0200)
Now that there is 6.6 support for realtek, lets encourage testing it by
making it default so 5.15 can be dropped ASAP.
Link:
https://github.com/openwrt/openwrt/pull/16408
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 673997f55085813aa3270b3cb10a682273655f1a..2614b148c4dd540dcbbae1b223d4c009c4b9b137 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:=5.15
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
define Target/Description
Build firmware images for Realtek RTL83xx based boards.