[openwrt/openwrt] realtek: switch to Kernel 5.15 by default

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 14 10:47:54 PDT 2023


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/61a07ea68d0c28f306eeceee64573de97d94d374

commit 61a07ea68d0c28f306eeceee64573de97d94d374
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Feb 22 20:04:03 2023 +0100

    realtek: switch to Kernel 5.15 by default
    
    Getting ready for the next release.
    
    Tested-by: Sander Vanheule <sander at svanheule.net>
    Tested-by: Olliver Schinagl <oliver at schinagl.nl>
    Tested-by: INAGAKI Hiroshi <musashino.open at gmail.com>
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 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 94280f43e5..cd86bdc11e 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.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
 
 define Target/Description
 	Build firmware images for Realtek RTL83xx based boards.




More information about the lede-commits mailing list