Explorar o código

d1: use kernel 6.12 by default

Switch to Linux kernel version 6.12.

Signed-off-by: Zoltan HERPAI <[email protected]>
Zoltan HERPAI hai 10 meses
pai
achega
f5b3e71cc5
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      target/linux/d1/Makefile

+ 1 - 2
target/linux/d1/Makefile

@@ -11,8 +11,7 @@ FEATURES:=ext4 squashfs
 KERNELNAME:=Image dtbs
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk