diff options
author | Paul Spooren <mail@aparcar.org> | 2023-02-22 20:04:03 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2023-03-14 18:47:00 +0100 |
commit | 61a07ea68d0c28f306eeceee64573de97d94d374 (patch) | |
tree | 228fdfe27b6fa15f1dfd586daa0265b94273be71 /target/linux/realtek/Makefile | |
parent | bf261073dc4d788170d51fdc718d63ce0976fd77 (diff) | |
download | upstream-61a07ea68d0c28f306eeceee64573de97d94d374.tar.gz upstream-61a07ea68d0c28f306eeceee64573de97d94d374.tar.bz2 upstream-61a07ea68d0c28f306eeceee64573de97d94d374.zip |
realtek: switch to Kernel 5.15 by default
Getting ready for the next release.
Tested-by: Sander Vanheule <sander@svanheule.net>
Tested-by: Olliver Schinagl <oliver@schinagl.nl>
Tested-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 3 |
1 files changed, 1 insertions, 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. |