Forráskód Böngészése

malta: use kernel 6.12 by default

Switch to Linux kernel version 6.12.

Link: https://github.com/openwrt/openwrt/pull/19414
Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 5 hónapja
szülő
commit
472ae5d826
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      target/linux/malta/Makefile

+ 1 - 2
target/linux/malta/Makefile

@@ -10,8 +10,7 @@ SUBTARGETS:=le be le64 be64
 INITRAMFS_EXTRA_FILES:=
 FEATURES:=cpiogz ext4 ramdisk squashfs targz
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 include $(INCLUDE_DIR)/target.mk