Просмотр исходного кода

realtek: switch to 6.12 as default

Use Linux 6.12 as default for all subtargets.

Signed-off-by: Jonas Jelonek <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/19139
Signed-off-by: Robert Marko <[email protected]>
Jonas Jelonek 6 месяцев назад
Родитель
Сommit
1cd68e915d
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      target/linux/realtek/Makefile

+ 1 - 2
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.