[openwrt/openwrt] realtek: default to 6.6

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 17 12:21:41 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/afa9811a0c491f235cd0f85221d82f27e1d8b6b5

commit afa9811a0c491f235cd0f85221d82f27e1d8b6b5
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue Sep 17 12:54:47 2024 +0200

    realtek: default to 6.6
    
    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 at gmail.com>
---
 target/linux/realtek/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile
index 673997f550..2614b148c4 100644
--- 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.




More information about the lede-commits mailing list